Created
July 17, 2010 13:44
-
-
Save anonymous/479513 to your computer and use it in GitHub Desktop.
Revisions
-
There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ 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]"