diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-10-15 09:19:31 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-10-15 09:19:31 +0100 |
commit | 8c3648ac301ca3b7931d23ee68cff31ac326e664 (patch) | |
tree | ecb4b4b96a880837d7af1a680e2ea7fa53c9aa90 /t/cobrand | |
parent | 171da27bfdd0858c11f064a6aea78c93a0d5b78e (diff) | |
parent | 586736940541d6e779faed841b103ac4272b6db3 (diff) |
Merge branch 'issues/commercial/1538-heatmap'
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/bromley.t | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/t/cobrand/bromley.t b/t/cobrand/bromley.t index 6750d3183..3ab1f6150 100644 --- a/t/cobrand/bromley.t +++ b/t/cobrand/bromley.t @@ -233,10 +233,11 @@ subtest 'check heatmap page' => sub { FixMyStreet::override_config { ALLOWED_COBRANDS => 'bromley', MAPIT_URL => 'http://mapit.uk/', + COBRAND_FEATURES => { heatmap => { bromley => 1 } }, }, sub { $mech->log_in_ok($user->email); - $mech->get_ok('/about/heatmap?end_date=2018-12-31'); - $mech->get_ok('/about/heatmap?filter_category=RED&ajax=1'); + $mech->get_ok('/dashboard/heatmap?end_date=2018-12-31'); + $mech->get_ok('/dashboard/heatmap?filter_category=RED&ajax=1'); }; }; |