From ef08a8ad64f0834fc7dd0ebbf89b9c98718a9fab Mon Sep 17 00:00:00 2001 From: Jonathan Hedstrom Date: Tue, 27 Jan 2015 16:28:18 -0800 Subject: [PATCH] Keeping tests up-to-date with d.o. Signed-off-by: Jonathan Hedstrom --- features/blackbox.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/blackbox.feature b/features/blackbox.feature index 5265570a..38a2e886 100644 --- a/features/blackbox.feature +++ b/features/blackbox.feature @@ -66,9 +66,9 @@ Feature: Test DrupalContext Then I should see the error message "Password field is required" And I should not see the error message "Sorry, unrecognized username or password" And I should see the following error messages: - | error messages | - | Username field is required | - | Password field is required | + | error messages | + | Username or email field is required. | + | Password field is required | And I should not see the following error messages: | error messages | | Sorry, unrecognized username or password |