Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add post to a collection #976

Open
8 tasks done
AmTryingMyBest opened this issue Mar 28, 2024 · 0 comments
Open
8 tasks done

Add post to a collection #976

AmTryingMyBest opened this issue Mar 28, 2024 · 0 comments
Assignees
Labels

Comments

@AmTryingMyBest
Copy link
Contributor

AmTryingMyBest commented Mar 28, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants