diff options
Diffstat (limited to 't/cobrand/westminster.t')
-rw-r--r-- | t/cobrand/westminster.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t/cobrand/westminster.t b/t/cobrand/westminster.t index 64e93be47..2c79fb734 100644 --- a/t/cobrand/westminster.t +++ b/t/cobrand/westminster.t @@ -26,6 +26,12 @@ FixMyStreet::override_config { $mech->get_ok("/auth"); $mech->content_contains("Login with MyWestminster"); }; + + subtest 'Reports do not have update form' => sub { + my ($report) = $mech->create_problems_for_body(1, 2504, 'Title'); + $mech->get_ok('/report/' . $report->id); + $mech->content_lacks('Provide an update'); + } }; for ( |