Browse Source

tests

pull/763/head
Kat 3 years ago
parent
commit
57917f93fc
  1. 3
      spec/features/schemes_spec.rb

3
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

Loading…
Cancel
Save