diff options
Diffstat (limited to 't/app/controller/admin.t')
-rw-r--r-- | t/app/controller/admin.t | 6 |
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(); |