diff --git a/t/app/controller/waste_bexley_garden.t b/t/app/controller/waste_bexley_garden.t index 2f4b12bcbb..5b08e403a3 100644 --- a/t/app/controller/waste_bexley_garden.t +++ b/t/app/controller/waste_bexley_garden.t @@ -360,7 +360,8 @@ FixMyStreet::override_config { subtest 'with Agile data only' => sub { $mech->get_ok('/waste/10001'); - like $mech->text, qr/Sorry, we are unable to find any rubbish and recycling collections/; + like $mech->text, qr/Brown wheelie bin/; + like $mech->text, qr/Next collectionPending/; $mech->get_ok('/waste/10001/garden_cancel'); like $mech->text, qr/Cancel your garden waste subscription/;