diff options
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/westminster.t | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |