diff options
Diffstat (limited to 't')
-rw-r--r-- | t/app/controller/auth_social.t | 2 | ||||
-rw-r--r-- | t/cobrand/westminster.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/t/app/controller/auth_social.t b/t/app/controller/auth_social.t index ebde8e849..86aa92022 100644 --- a/t/app/controller/auth_social.t +++ b/t/app/controller/auth_social.t @@ -172,7 +172,7 @@ for my $state ( 'refused', 'no email', 'existing UID', 'okay' ) { } if ($state eq 'refused') { - $mech->content_contains('Sorry, we could not log you in. Please fill in the form below.'); + $mech->content_contains('Sorry, we could not log you in.'); $mech->not_logged_in_ok; } elsif ($state eq 'no email') { $mech->content_contains('We need your email address, please give it below.'); diff --git a/t/cobrand/westminster.t b/t/cobrand/westminster.t index 02120aa50..dadcd4308 100644 --- a/t/cobrand/westminster.t +++ b/t/cobrand/westminster.t @@ -33,7 +33,7 @@ FixMyStreet::override_config { subtest 'Login button displayed correctly' => sub { $mech->get_ok("/auth"); - $mech->content_contains("Login with MyWestminster"); + $mech->content_contains("Sign in with MyWestminster"); }; subtest 'Reports do not have update form' => sub { |