diff options
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'); |