diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-18 15:59:41 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-21 12:29:58 +0100 |
commit | 896a117c2225e102b7c64c04b88c82cba282586c (patch) | |
tree | e5b8163d24bc818423a1a54eac3341e574e594ea /t/script | |
parent | e1853898c154356bf0af7ef021f9b1c519e8340b (diff) |
Show message on reports closed to updates.
Diffstat (limited to 't/script')
-rw-r--r-- | t/script/inactive.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/script/inactive.t b/t/script/inactive.t index 4d78b385f..4667c989b 100644 --- a/t/script/inactive.t +++ b/t/script/inactive.t @@ -55,7 +55,8 @@ subtest 'Closing updates on inactive fixed/closed reports' => sub { $in->reports; $problems[2]->discard_changes; is $problems[2]->get_extra_metadata('closed_updates'), 1, 'Closed to updates'; - # TODO Visit page, check closed for updates + $mech->get_ok("/report/" . $problems[2]->id); + $mech->content_contains('now closed to updates'); }; subtest 'Anonymization of inactive users' => sub { |