diff options
Diffstat (limited to 't/cobrand/hounslow.t')
-rw-r--r-- | t/cobrand/hounslow.t | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/t/cobrand/hounslow.t b/t/cobrand/hounslow.t index 91c1cb455..e58309925 100644 --- a/t/cobrand/hounslow.t +++ b/t/cobrand/hounslow.t @@ -38,6 +38,15 @@ my ($report) = $mech->create_problems_for_body(1, $hounslow_id, 'A brand new pro cobrand => 'fixmystreet' }); +subtest "showing the front page" => sub { + FixMyStreet::override_config { + ALLOWED_COBRANDS => 'hounslow', + }, sub { + $mech->get_ok('/'); + $mech->content_contains('completed in past month'); + }; +}; + subtest "it still shows old reports on fixmystreet.com" => sub { FixMyStreet::override_config { MAPIT_URL => 'http://mapit.uk/', |