Created
April 16, 2011 17:17
-
-
Save thuss/923307 to your computer and use it in GitHub Desktop.
Cucumber login scenario
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: login with valid credentials | |
Given I am on the login page | |
When I fill in "Email" with "[email protected]" | |
And I fill in "Password" with "test123pass" | |
And I press "Login" | |
Then I should be on the users home page | |
And I should see "Login successful" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment