Skip to content

Commit

Permalink
fixup! [Bexley] Show existing GGW sub from Agile if it’s not in White…
Browse files Browse the repository at this point in the history
…space
  • Loading branch information
davea committed Feb 12, 2025
1 parent 1ada1d1 commit 007847a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/app/controller/waste_bexley_garden.t
Original file line number Diff line number Diff line change
Expand Up @@ -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/;
Expand Down

0 comments on commit 007847a

Please sign in to comment.