diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-08-28 13:03:30 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-08-28 13:03:30 +0100 |
commit | 7e48c0d697684047440f48ad643bcf68186463bb (patch) | |
tree | 4805dc48e5443579018e5bb1d3da0d8deeda3825 /t | |
parent | 89edf5c0e62957f912033c3de7f2fb3b5bde2037 (diff) |
Add check to test that cobrand has been picked up correctly.
Diffstat (limited to 't')
-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( |