diff --git a/spec/features/schemes_spec.rb b/spec/features/schemes_spec.rb index d380970ec..aa80a3b99 100644 --- a/spec/features/schemes_spec.rb +++ b/spec/features/schemes_spec.rb @@ -442,6 +442,7 @@ RSpec.describe "Schemes scheme Features" do fill_in "Total number of units at this location", with: 2 choose "Self-contained house" choose "location-add-another-location-no-field" + choose "location-mobility-type-none-field" click_button "Save and continue" end @@ -706,6 +707,7 @@ RSpec.describe "Schemes scheme Features" do fill_in "Total number of units at this location", with: 1 choose "Self-contained house" choose "location-add-another-location-no-field" + choose "location-mobility-type-none-field" click_button "Save and continue" end @@ -738,6 +740,7 @@ RSpec.describe "Schemes scheme Features" do fill_in "Total number of units at this location", with: 2 choose "Self-contained house" choose "location-add-another-location-no-field" + choose "location-mobility-type-none-field" click_button "Save and continue" end