Skip to content

Instantly share code, notes, and snippets.

@jmolivas
Created July 2, 2013 16: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 jmolivas/5910679 to your computer and use it in GitHub Desktop.
Save jmolivas/5910679 to your computer and use it in GitHub Desktop.
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 "user@example.org"
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