Created
July 2, 2013 16:10
-
-
Save jmolivas/5910679 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
Feature: Authenticate users | |
In order to access restricted areas of the system | |
As a user | |
I need to be able to sign into the system | |
Scenario: Sign in user | |
And I am on "/signin" | |
When I fill in "E-mail Address" with "[email protected]" | |
And I fill in "Password" with "passw0rd" | |
And I press "Sign in" | |
Then I should be on "/dashboard" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment