aboutsummaryrefslogtreecommitdiffstats
path: root/t/app
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-05-13 10:21:56 +0100
committerStruan Donald <struan@exo.org.uk>2011-05-13 10:21:56 +0100
commitacec961ab9961b69e43a7cc95616577021bbd47d (patch)
tree3f9b6734ccc9c0b22e193fc786e49ef2e82ed58a /t/app
parenta6aeadb959c6eb5e8e87f0a79ecd5ff53e3a7e56 (diff)
fix contact page title
Diffstat (limited to 't/app')
-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();