diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-21 16:41:16 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-21 16:41:16 +0100 |
commit | 63401234277002b0f00d7254bdad0a2cf9c30de3 (patch) | |
tree | 02c158b26e5f21af936f2040cf93fb94f3b4f56c /t/script/inactive.t | |
parent | 1e48a4a25d718fa1ffb754cc682eae4e4f9c1bf1 (diff) | |
parent | 896a117c2225e102b7c64c04b88c82cba282586c (diff) |
Merge branch 'issues/commercial/875-old-reports'
Diffstat (limited to 't/script/inactive.t')
-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 { |