diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-11-22 22:06:53 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-11-26 12:49:23 +0000 |
commit | c69891dffcb3810ebb951af4a563c556b2deeb0d (patch) | |
tree | 3ba5a477e0f5d92062c94c032c2f9c9a4feb3e86 /t | |
parent | eb2aba46eabc8d90656b760cf4900f56119de9ca (diff) |
Show moderation history in report/update admin.
Diffstat (limited to 't')
-rw-r--r-- | t/app/controller/moderate.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/app/controller/moderate.t b/t/app/controller/moderate.t index 57ae26047..a064a88d4 100644 --- a/t/app/controller/moderate.t +++ b/t/app/controller/moderate.t @@ -459,4 +459,7 @@ subtest 'And do it as a superuser' => sub { $mech->content_contains('Moderated by an administrator'); }; +subtest 'Check moderation history in admin' => sub { + $mech->get_ok('/admin/report_edit/' . $report->id); +}; done_testing(); |