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
Given a user wants to favorite a store When the client performs a POST request to /stores/{id}/favorite Then the store will be added to the current user's favorites list
Given a user wants to remove a favorite When the client performs a DELETE request to /stores/{id}/unfavorite Then the store will be removed to the current user's favorites
The text was updated successfully, but these errors were encountered:
Given a user wants to favorite a store
When the client performs a POST request to
/stores/{id}/favorite
Then the store will be added to the current user's favorites list
Given a user wants to remove a favorite
When the client performs a DELETE request to
/stores/{id}/unfavorite
Then the store will be removed to the current user's favorites
The text was updated successfully, but these errors were encountered: