Created
July 17, 2010 13:44
-
-
Save anonymous/479513 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: 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