aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/auth.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-06-27 15:54:33 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-06-27 16:10:11 +0100
commitb3c14cc0e839fc11c1d192c46476751e5154d2d7 (patch)
tree2a344ead105c9e0154951a2c14dffa23fe2b703a /t/app/controller/auth.t
parent62ffebc89cc66d32a828ea1de8c850c3e950faa1 (diff)
Allow people to sign in (or not) as they make a report.
Diffstat (limited to 't/app/controller/auth.t')
-rw-r--r--t/app/controller/auth.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/auth.t b/t/app/controller/auth.t
index 8fbc413ec..67dfa1869 100644
--- a/t/app/controller/auth.t
+++ b/t/app/controller/auth.t
@@ -224,7 +224,7 @@ $mech->submit_form_ok(
"sign in with '$test_email' & '$test_password"
);
is $mech->uri->path, '/auth', "redirected to correct page";
-$mech->content_contains( 'Email or password wrong', 'found error message' );
+$mech->content_contains( 'problem with your email/password combination', 'found error message' );
# more test:
# TODO: test that email are always lowercased