diff options
Diffstat (limited to 't/cobrand/bromley.t')
-rw-r--r-- | t/cobrand/bromley.t | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/t/cobrand/bromley.t b/t/cobrand/bromley.t index a60f72b0d..c8683c017 100644 --- a/t/cobrand/bromley.t +++ b/t/cobrand/bromley.t @@ -290,17 +290,17 @@ 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'); + $mech->content_lacks('Report a paper & cardboard collection'); + $mech->content_contains('Report a refuse collection'); set_fixed_time('2020-05-28T12:00:00Z'); $mech->get_ok('/waste/uprn/12345'); - $mech->content_contains('Report a paper & cardboard collection as missed'); + $mech->content_contains('Report a refuse collection'); set_fixed_time('2020-05-29T12:00:00Z'); $mech->get_ok('/waste/uprn/12345'); - $mech->content_contains('Report a paper & cardboard collection as missed'); + $mech->content_contains('Report a refuse collection'); set_fixed_time('2020-05-30T12:00:00Z'); $mech->get_ok('/waste/uprn/12345'); - $mech->content_lacks('Report a paper & cardboard collection as missed'); + $mech->content_lacks('Report a refuse collection'); }; restore_time(); }; |