-
-
Save patricksrobertson/1401732 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
Background: | |
Given the following user: | |
| first name | last name | email | | |
| Fred | Friend | [email protected] | | |
Scenario: I follow a User from their profile | |
Given I am logged in | |
When I go to the profile page for "[email protected]" | |
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