Fixing undefined step caused by change in behat-extensio module.

This commit is contained in:
Sean Harvey 2013-11-29 14:17:04 +13:00
parent eaa390b1de
commit cfc009964c

View File

@ -6,7 +6,7 @@ Feature: Log in
Scenario: Bad login
Given I log in with "bad@example.com" and "badpassword"
Then I will see a bad log-in message
Then I will see a "bad" log-in message
Scenario: Valid login
Given I am logged in with "ADMIN" permissions
@ -17,4 +17,4 @@ Feature: Log in
# disable automatic redirection so we can use the profiler
When I go to "/admin/" without redirection
Then I should be redirected to "/Security/login"
And I should see a log-in form
And I should see a log-in form