Skip to content

Instantly share code, notes, and snippets.

@mgreenly
Created August 3, 2010 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgreenly/507336 to your computer and use it in GitHub Desktop.
Save mgreenly/507336 to your computer and use it in GitHub Desktop.
Scenario: unsucessful login
Given "John Doe" is a registered user
And I am on the login page
When I fill in "email" with "John Doe's" user information
And I fill in "password" with "incorrect information"
And I press "Login"
Then I should be on the login page
And I should see "Login unsuccessful!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment