From cfc009964cc903d00c637d48b9f41537ec5466c5 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Fri, 29 Nov 2013 14:17:04 +1300 Subject: [PATCH] Fixing undefined step caused by change in behat-extensio module. --- tests/behat/features/login.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/behat/features/login.feature b/tests/behat/features/login.feature index b7a8388fd..4598330da 100644 --- a/tests/behat/features/login.feature +++ b/tests/behat/features/login.feature @@ -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 \ No newline at end of file + And I should see a log-in form