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
As a user of the restaurant recommendation app, I want to be able to rate the restaurants I have visited, so that I can share my experience with others and help them make better dining decisions.
Mockup
Acceptance Tests
Scenario 1: Successful restaurant rating
Given that a user is on the restaurant profile page
And the user has not previously rated the restaurant
When the user selects a rating from 1 to 5
Then the user's rating should be saved for that restaurant
Scenario 2: Updating restaurant rating
Given that the user is on the restaurant profile page
And the user has previously rated the restaurant
When the user selects a new rating from 1 to 5
Then the user's rating should be updated for that restaurant
Scenario 3: Viewing restaurant rating
Given that the user is on the restaurant profile page
When the user scrolls down to the rating section
Then the user should be able to view the average rating and the number of ratings for that restaurant
The text was updated successfully, but these errors were encountered:
Description
As a user of the restaurant recommendation app, I want to be able to rate the restaurants I have visited, so that I can share my experience with others and help them make better dining decisions.
Mockup
Acceptance Tests
Scenario 1: Successful restaurant rating
Given that a user is on the restaurant profile page
And the user has not previously rated the restaurant
When the user selects a rating from 1 to 5
Then the user's rating should be saved for that restaurant
Scenario 2: Updating restaurant rating
Given that the user is on the restaurant profile page
And the user has previously rated the restaurant
When the user selects a new rating from 1 to 5
Then the user's rating should be updated for that restaurant
Scenario 3: Viewing restaurant rating
Given that the user is on the restaurant profile page
When the user scrolls down to the rating section
Then the user should be able to view the average rating and the number of ratings for that restaurant
The text was updated successfully, but these errors were encountered: