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