From 7e48c0d697684047440f48ad643bcf68186463bb Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Tue, 28 Aug 2012 13:03:30 +0100 Subject: Add check to test that cobrand has been picked up correctly. --- t/app/controller/report_new.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/app/controller') diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index 88236a1c3..65bd71af2 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -970,6 +970,7 @@ SKIP: { $mech->log_out_ok; $mech->get_ok('/around'); + $mech->content_contains( "Lichfield District Council FixMyStreet" ); $mech->submit_form_ok( { with_fields => { pc => 'WS13 7RD' } }, "submit location" ); $mech->follow_link_ok( { text_regex => qr/skip this step/i, }, "follow 'skip this step' link" ); $mech->submit_form_ok( -- cgit v1.2.3