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 the user is authenticated When the client performs a POST operation to the /products/n/like URL Then that preference should be created for the current user
Given the user is authenticated When the client performs a DELETE operation to the /products/n/like URL Then that preference should be removed for the current user
Given the user is authenticated When the client performs a GET operation to the /products/liked URL Then the response should contain a list of products liked by the user
The text was updated successfully, but these errors were encountered:
Given the user is authenticated
When the client performs a POST operation to the
/products/n/like
URLThen that preference should be created for the current user
Given the user is authenticated
When the client performs a DELETE operation to the
/products/n/like
URLThen that preference should be removed for the current user
Given the user is authenticated
When the client performs a GET operation to the
/products/liked
URLThen the response should contain a list of products liked by the user
The text was updated successfully, but these errors were encountered: