diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-27 15:54:33 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-27 16:10:11 +0100 |
commit | b3c14cc0e839fc11c1d192c46476751e5154d2d7 (patch) | |
tree | 2a344ead105c9e0154951a2c14dffa23fe2b703a /t/app/controller/auth.t | |
parent | 62ffebc89cc66d32a828ea1de8c850c3e950faa1 (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.t | 2 |
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 |