Skip to content

Instantly share code, notes, and snippets.

@lenary
Forked from anonymous/snippet.txt
Created July 17, 2010 13:45
Show Gist options
  • Save lenary/479515 to your computer and use it in GitHub Desktop.
Save lenary/479515 to your computer and use it in GitHub Desktop.
Feature: Admin signing in
In order to modify content
As an admin
I want admin login
Scenario: Signing in as an admin
Given there is an admin with the username "[email protected]" and the password "secret"
When I go to the admin path
And I fill in "Login" with "[email protected]"
And I fill in "Password" with "secret"
And I press "Sign in"
Then I should see "Welcome admin: [email protected]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment