diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-12-19 14:08:03 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-12-19 14:24:07 +0000 |
commit | b398440b4f37df99754ef347da75bf78ea7c37ba (patch) | |
tree | f3d63f58de8dd626c63276808dff59f86f98a51b /t/app/controller | |
parent | 18afa312583819b208af1340dee9573ceae7cbd1 (diff) | |
parent | 8abf366f8fdecb8c4b498417ca830d79cf90a026 (diff) |
Merge branch 'bexley-ooh'
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/report_new.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index e3126c7e1..1f5ad2b52 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -935,7 +935,7 @@ subtest "test password errors for a user who is signing in as they report" => su "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the \x{2018}No\x{2019} section of the form.", ], "check there were errors"; - $mech->content_lacks('1234', 'phone number not shown'); + $mech->content_lacks('1234 567', 'phone number not shown'); }; foreach my $test ( |