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
Epic: #15
Estimate
Medium
Acceptance Criteria