aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/report_new.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2014-03-24 11:59:40 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2014-04-07 17:49:58 +0100
commitb0170c4be0c2c3befcbe0159d4e218db5e0e37a8 (patch)
tree8f10f2a215fe1a6e7548e20ed535ce06339279a7 /t/app/controller/report_new.t
parent8f8d5e017e34a0b68a4b9c5c6958c827dcb6a172 (diff)
Update old-style open311 script to use bodies.
Add some comments to the top of the open311 bin scripts.
Diffstat (limited to 't/app/controller/report_new.t')
-rw-r--r--t/app/controller/report_new.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t
index 2993eddac..84258f338 100644
--- a/t/app/controller/report_new.t
+++ b/t/app/controller/report_new.t
@@ -1453,6 +1453,10 @@ subtest "test SeeSomething" => sub {
is $mech->uri->path, '/report/new', 'stays on report/new page';
$mech->content_contains( 'Your report has been sent', 'use report created template' );
}
+
+ $user->alerts->delete;
+ $user->problems->delete;
+ $user->delete;
};
}