aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/contact.t
diff options
context:
space:
mode:
Diffstat (limited to 't/app/controller/contact.t')
-rw-r--r--t/app/controller/contact.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/contact.t b/t/app/controller/contact.t
index a15f08118..2ddc279bc 100644
--- a/t/app/controller/contact.t
+++ b/t/app/controller/contact.t
@@ -7,8 +7,8 @@ use FixMyStreet::TestMech;
my $mech = FixMyStreet::TestMech->new;
-
$mech->get_ok( '/contact' );
+$mech->title_like( qr/Contact Us/ );
$mech->content_contains( "We'd love to hear what you think about this site" );
done_testing();