Given the user is authenticated
When the user is viewing a product detail page
Then a like and dislike button should be presented next to the product title
Given the user is authenticated
When the user clicks on the like or dislike icon
Then that preference should be stored for the current user
I'd say this is a low priority one. If we can knock out the wishlist element, we can achieve a similar goal. I mean, why like something if you aren't adding it to your wishlist.
Given the user is authenticated When the user is viewing a product detail page Then a like and dislike button should be presented next to the product title
Given the user is authenticated When the user clicks on the like or dislike icon Then that preference should be stored for the current user