Files
brewblogger/features/login.feature
2013-09-05 20:25:51 +00:00

11 lines
289 B
Gherkin

Feature:
As a brewer
I want to log in
So that I can update the site
Scenario: Login
Given I am on the page "login"
When I fill in "loginUsername" with "nonpriv"
And I fill in "loginPassword" with "user"
And I press "submit"
Then I should be on "/admin/index.php"