diff options
author | Struan Donald <struan@exo.org.uk> | 2017-11-30 15:19:39 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-12-15 17:35:53 +0000 |
commit | fb75d4f912c504b42d11f2c8f32b5dcff2b348b6 (patch) | |
tree | 794942f1aa5fff74c3dd40439764c1ad86456692 /t/cobrand | |
parent | f8f4d505ee63e3e8eb83576b3e3ce64c2b35c322 (diff) |
[fixmystreet.com] Marketing page, filterable stats
Uses the dashboard stats code to display a rough table of stats which
can be used as the basis for a chart later
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/fixmystreet.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/cobrand/fixmystreet.t b/t/cobrand/fixmystreet.t index 4d76e43c6..b48593593 100644 --- a/t/cobrand/fixmystreet.t +++ b/t/cobrand/fixmystreet.t @@ -44,7 +44,6 @@ FixMyStreet::override_config { # Logged in, redirects $mech->get_ok('/about/council-dashboard'); is $mech->uri->path, '/reports/Birmingham/summary'; - $mech->content_contains('Top 5 wards'); $mech->content_contains('Where we send Birmingham'); $mech->content_contains('lights@example.com'); |