diff options
-rw-r--r-- | t/app/controller/report_new.t | 1 |
1 files changed, 1 insertions, 0 deletions
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( |