diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-08-07 15:27:43 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-08-16 14:25:12 +0100 |
commit | 7f15307a12d7e460fc55d23aedce82e2bdce4177 (patch) | |
tree | 7e1655ffc3a551f41c5a77a6a3a899a28dddedbe /t/cobrand | |
parent | 8d38803db3225d14b8abda16cdf815b1758cd5c3 (diff) |
[Westminster] Remove confirm/sign in by email.
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 { |