We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given a Tweet Then I can see the like count for that Tweet
Given a Tweet I have not liked When I click the like button Then the button state changes to "liked" And the like count is incremented by 1
Given a Tweet I have liked When I click the like button Then the button state changes to "not liked" And the like count is decremented by 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Acceptance criteria
Given a Tweet
Then I can see the like count for that Tweet
Given a Tweet I have not liked
When I click the like button
Then the button state changes to "liked"
And the like count is incremented by 1
Given a Tweet I have liked
When I click the like button
Then the button state changes to "not liked"
And the like count is decremented by 1
Implementation phases
The text was updated successfully, but these errors were encountered: