You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had a collection test that performed these steps:
Created a collection
Added a post to a collection
Verified this post was added to the collection
Upon investigation, it seems the second two steps were not correctly executed.
For this task, execute the above steps 2 & 3 as follows
Add a post
Add this post to a collection
On the data view page, click the three dots
Click on Add to Collection, the first option
Select a collection, check the box against the collection
Dismiss the collections modal
Verify post is added to Collection
Click on Collection
Select Collection where post is added
Navigate to Data View
Verify post added to collection persists
NB: For this test, in the file collections.cy.js remove the .skip that skips the add post to collection test
The text was updated successfully, but these errors were encountered:
We had a collection test that performed these steps:
Upon investigation, it seems the second two steps were not correctly executed.
For this task, execute the above steps 2 & 3 as follows
NB: For this test, in the file
collections.cy.js
remove the.skip
that skips theadd post to collection
testThe text was updated successfully, but these errors were encountered: