aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-06-21 16:41:16 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-06-21 16:41:16 +0100
commit63401234277002b0f00d7254bdad0a2cf9c30de3 (patch)
tree02c158b26e5f21af936f2040cf93fb94f3b4f56c /t
parent1e48a4a25d718fa1ffb754cc682eae4e4f9c1bf1 (diff)
parent896a117c2225e102b7c64c04b88c82cba282586c (diff)
Merge branch 'issues/commercial/875-old-reports'
Diffstat (limited to 't')
-rw-r--r--t/script/inactive.t3
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 {