You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: User wants to comment on a review
Given the user is logged in and viewing a review
When the user selects the "Comment" button
And the user writes their comment
And the user submits their comment
Then the comment should be displayed underneath the review
And the user should receive a notification if someone replies to their comment