diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-07-13 17:43:56 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-11-11 10:29:20 +0000 |
commit | 627daaad7d21817a301bcf604e15d230a4dca1c1 (patch) | |
tree | 0d80e101e41ae1f4459b266122cd15e74d5ab795 /t | |
parent | 49dff7e4e4b7b6572cbf75ccb94383fe516f0e7c (diff) |
[Bromley] No report allowed on day, not completed.
Diffstat (limited to 't')
-rw-r--r-- | t/cobrand/bromley.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/cobrand/bromley.t b/t/cobrand/bromley.t index 3578f10fb..a60f72b0d 100644 --- a/t/cobrand/bromley.t +++ b/t/cobrand/bromley.t @@ -290,6 +290,7 @@ subtest 'test reporting before/after completion' => sub { $mech->get_ok('/waste/uprn/12345'); $mech->content_contains('(completed at 10:00am)'); $mech->content_contains('Wrong Bin Out'); + $mech->content_lacks('Report a refuse collection'); $mech->content_contains('Report a paper & cardboard collection as missed'); set_fixed_time('2020-05-28T12:00:00Z'); $mech->get_ok('/waste/uprn/12345'); |