From b35a27ba34dd96b829284bbd33d22abdb744c35f Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 8 Sep 2011 13:07:43 +0100 Subject: Tidy up a bit of CSS. --- t/app/controller/about.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/app/controller/about.t') diff --git a/t/app/controller/about.t b/t/app/controller/about.t index a5fb215d3..ea7b1af20 100644 --- a/t/app/controller/about.t +++ b/t/app/controller/about.t @@ -9,7 +9,7 @@ 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->content_contains('html lang="en-gb"'); +$mech->content_contains('html class="no-js" lang="en-gb"'); SKIP: { skip( "Need 'emptyhomes' in ALLOWED_COBRANDS config", 8 ) -- cgit v1.2.3