aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/admin.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-11-29 21:01:55 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-11-29 21:01:55 +0000
commit725a1aa5874de9417d89998f59925e9b508826e4 (patch)
tree9f89a6a10b0f4d11876f8d1892aebd403eddef22 /t/app/controller/admin.t
parent12653962d58df6be6ff1a753e3370ff3077030c1 (diff)
parentf6bbdb1400ca3961bb39b1b6891610b644a704fd (diff)
Merge branch '1919-consolidate-statistics'
Diffstat (limited to 't/app/controller/admin.t')
-rw-r--r--t/app/controller/admin.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/app/controller/admin.t b/t/app/controller/admin.t
index 3f69829f7..0be54dbc5 100644
--- a/t/app/controller/admin.t
+++ b/t/app/controller/admin.t
@@ -1746,4 +1746,10 @@ subtest "response priorities can't be viewed across councils" => sub {
};
};
+subtest "smoke view some stats pages" => sub {
+ $mech->log_in_ok( $superuser->email );
+ $mech->get_ok('/admin/stats/fix-rate');
+ $mech->get_ok('/admin/stats/questionnaire');
+};
+
done_testing();