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 an authenticated user, I would like to specify that a post is a favorite
Given that a person has provided proper authentication details When the person is viewing the post feed Then there should be a white star icon beneath each post
Given the person wants to mark a post as a favorite When the person clicks on the white star icon beneath a post Then the post should be recorded as a favorite And the white star should change to a yellow star to indiciate it has been favorited
Given the person wants to remove a post as a favorite When the person clicks on the yellow star icon beneath a post Then the post should be removed as a favorite And the yellow star should change to a white star
The text was updated successfully, but these errors were encountered:
As an authenticated user, I would like to specify that a post is a favorite
Given that a person has provided proper authentication details
When the person is viewing the post feed
Then there should be a white star icon beneath each post
Given the person wants to mark a post as a favorite
When the person clicks on the white star icon beneath a post
Then the post should be recorded as a favorite
And the white star should change to a yellow star to indiciate it has been favorited
Given the person wants to remove a post as a favorite
When the person clicks on the yellow star icon beneath a post
Then the post should be removed as a favorite
And the yellow star should change to a white star
The text was updated successfully, but these errors were encountered: