aboutsummaryrefslogtreecommitdiffstats
path: root/t/app
diff options
context:
space:
mode:
Diffstat (limited to 't/app')
-rw-r--r--t/app/controller/about.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/controller/about.t b/t/app/controller/about.t
index b3562ea04..fb0744d6a 100644
--- a/t/app/controller/about.t
+++ b/t/app/controller/about.t
@@ -17,13 +17,13 @@ FixMyStreet::override_config {
# check that geting the page as EHA produces a different page
ok $mech->host("reportemptyhomes.co.uk"), 'change host to reportemptyhomes';
$mech->get_ok('/about');
- $mech->content_like(qr{About us ::\s+Report Empty Homes});
+ $mech->content_like(qr{About us ::});
$mech->content_contains('html lang="en-gb"');
# check that geting the page as EHA in welsh produces a different page
ok $mech->host("cy.reportemptyhomes.co.uk"), 'host to cy.reportemptyhomes';
$mech->get_ok('/about');
- $mech->content_like(qr{Amdanom ni ::\s+Rhoi gwybod am eiddo gwag});
+ $mech->content_like(qr{Amdanom ni ::});
$mech->content_contains('html lang="cy"');
};