diff options
Diffstat (limited to 't/cobrand/bromley.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 1925a44ca..dfd7cce1d 100644 --- a/t/cobrand/bromley.t +++ b/t/cobrand/bromley.t @@ -280,6 +280,7 @@ FixMyStreet::override_config { subtest 'test crew reported issue' => sub { set_fixed_time('2020-05-21T12:00:00Z'); # After sample container mix $mech->get_ok('/waste/uprn/12345'); + $mech->content_contains('A missed collection cannot be reported, please see the last collection status above.'); $mech->content_lacks('Report a mixed recycling '); restore_time(); }; |