JagrajAulakh / COMP-4110-microblog

MIT License
0 stars 0 forks source link

[STORY] As a user, I want to be able to dislike a post by clicking the "Dislike" button so that I can indicate my disapproval of the post #53

Open JagrajAulakh opened 1 year ago

JagrajAulakh commented 1 year ago

Epic: #15

Estimate

Medium

Acceptance Criteria

Scenario: Disliking a post
    Given that a user is logged in to the app
    When the user navigates to a post
    And clicks the "Dislike" button
    Then the review's dislike count should increase by 1
    And the user should be able to see the dislike count for the post