JagrajAulakh / COMP-4110-microblog

MIT License
0 stars 0 forks source link

[STORY] As a user, I want the ability to unbookmark a post so that I can remove it from my bookmarked posts and no longer view it on the 'Bookmarks' page #58

Open JagrajAulakh opened 1 year ago

JagrajAulakh commented 1 year ago

Epic: #17

Estimate

Small

Acceptance Criteria

Scenario: Unbookmarking a post
    Given that a user is logged in to the app
    When the user navigates to a post
    And clicks the "Bookmark" button
    And then clicks the "Unbookmark" button
    Then the post should be removed from the user's bookmarked posts
    And the user should no longer be able to view the post on the "Bookmarks" page