JagrajAulakh / COMP-4110-microblog

MIT License
0 stars 0 forks source link

[STORY] As a user, I want to be able to bookmark a post so that I can easily access and view it later on the "Bookmarks" page #57

Open JagrajAulakh opened 1 year ago

JagrajAulakh commented 1 year ago

Epic: #17

Estimate

Medium

Acceptance Criteria

Scenario: Bookmarking a post
    Given that a user is logged in to the app
    When the user navigates to a post
    And clicks the "Bookmark" button
    Then the post should be added to the user's bookmarked posts
    And the user should be able to view their bookmarked posts by navigating to the "Bookmarks" page