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