Skip to content

Instantly share code, notes, and snippets.

@patricksrobertson
Forked from HeroicEric/gist:1401707
Created November 28, 2011 19:47
Show Gist options
  • Save patricksrobertson/1401732 to your computer and use it in GitHub Desktop.
Save patricksrobertson/1401732 to your computer and use it in GitHub Desktop.
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