From b389a54a2b9d4533d398c08e495b5390fd5d32e0 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Thu, 21 Jul 2022 17:19:29 +0100 Subject: [PATCH] Fix spec after rebase --- spec/features/schemes_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/features/schemes_spec.rb b/spec/features/schemes_spec.rb index e2e293242..078d0ab36 100644 --- a/spec/features/schemes_spec.rb +++ b/spec/features/schemes_spec.rb @@ -261,7 +261,7 @@ RSpec.describe "Schemes scheme Features" do fill_in "Location name (optional)", with: location_name fill_in "Total number of units at this location", with: 1 choose "Bungalow" - choose "location-wheelchair-adaptation-no-field" + choose "location-mobility-type-none-field" choose "location-add-another-location-no-field" click_button "Save and continue" end @@ -785,7 +785,7 @@ RSpec.describe "Schemes scheme Features" do fill_in "Location name (optional)", with: location_name fill_in "Total number of units at this location", with: 1 choose "Bungalow" - choose "location-wheelchair-adaptation-no-field" + choose "location-mobility-type-none-field" choose "location-add-another-location-no-field" click_button "Save and continue" end