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, I want to be able to create a personalized list of restaurants I want to try so that I can easily keep track of my dining goals.
Mockup
Acceptance tests:
Scenario 1: Adding a restaurant from my WishList
Given that I am browsing a restaurant profile
When I click the heart button
Then the restaurant should be added to my Tastewish list.
Scenario 2: Removing a restaurant from my WishList
Given that I am browsing a restaurant profile
When I click the heart button
And the restaurant was added to my Tastewish before
Then the restaurant should be added to my Tastewish list.
Scenario 3: Viewing my WishList
Given that I am on my profile page
And I've added restaurants to my TasteWish
When I click the "TasteWish" button
Then I should see a list of restaurants I've added to my WishList.
The text was updated successfully, but these errors were encountered:
acarolinacc
changed the title
As a user, I want to be able to create a personalized list of restaurants I want to try so that I can easily keep track of my dining goals.
Tastewish list
Mar 14, 2023
Description
As a user, I want to be able to create a personalized list of restaurants I want to try so that I can easily keep track of my dining goals.
Mockup
Acceptance tests:
Scenario 1: Adding a restaurant from my WishList
Given that I am browsing a restaurant profile
When I click the heart button
Then the restaurant should be added to my Tastewish list.
Scenario 2: Removing a restaurant from my WishList
Given that I am browsing a restaurant profile
When I click the heart button
And the restaurant was added to my Tastewish before
Then the restaurant should be added to my Tastewish list.
Scenario 3: Viewing my WishList
Given that I am on my profile page
And I've added restaurants to my TasteWish
When I click the "TasteWish" button
Then I should see a list of restaurants I've added to my WishList.
The text was updated successfully, but these errors were encountered: