aboutsummaryrefslogtreecommitdiffstats
path: root/t/app
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-08-07 15:27:43 +0100
committerDave Arter <davea@mysociety.org>2019-08-16 14:25:12 +0100
commit7f15307a12d7e460fc55d23aedce82e2bdce4177 (patch)
tree7e1655ffc3a551f41c5a77a6a3a899a28dddedbe /t/app
parent8d38803db3225d14b8abda16cdf815b1758cd5c3 (diff)
[Westminster] Remove confirm/sign in by email.
Diffstat (limited to 't/app')
-rw-r--r--t/app/controller/auth_social.t2
1 files changed, 1 insertions, 1 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.');