From 0e33fbe0e8eacde6053ba518d8fcfb9438cc0942 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 11 Mar 2016 09:40:10 +0000 Subject: Fix test that fetched page removed in last commit. --- t/app/controller/about.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't') diff --git a/t/app/controller/about.t b/t/app/controller/about.t index 750983f24..6a082a2ff 100644 --- a/t/app/controller/about.t +++ b/t/app/controller/about.t @@ -7,8 +7,8 @@ use Test::WWW::Mechanize::Catalyst 'FixMyStreet::App'; ok( my $mech = Test::WWW::Mechanize::Catalyst->new, 'Created mech object' ); # check that we can get the page -$mech->get_ok('/about'); -$mech->content_like(qr{About us ::\s+FixMyStreet}); +$mech->get_ok('/faq'); +$mech->content_like(qr{Frequently Asked Questions ::\s+FixMyStreet}); $mech->content_contains('html class="no-js" lang="en-gb"'); $mech->get_ok('/privacy'); -- cgit v1.2.3