From 7f15307a12d7e460fc55d23aedce82e2bdce4177 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 7 Aug 2019 15:27:43 +0100 Subject: [Westminster] Remove confirm/sign in by email. --- t/app/controller/auth_social.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/app/controller') 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.'); -- cgit v1.2.3