Created
November 28, 2011 19:42
-
-
Save HeroicEric/1401707 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scenario: I follow a User from their profile | |
Given I am logged in | |
Given a user named "Fred Friend" | |
When I go to the profile page for "Fred Friend" | |
And I press "Follow" | |
Then I should be following "Fred Friend" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment