From 57917f93fcf800c61123939d43b8ff77bda001fb Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 20 Jul 2022 14:12:30 +0100 Subject: [PATCH] tests --- spec/features/schemes_spec.rb | 3 +++ 1 file changed, 3 insertions(+) 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