Browse Source

Fix spec after rebase

pull/756/head
baarkerlounger 3 years ago
parent
commit
b389a54a2b
  1. 4
      spec/features/schemes_spec.rb

4
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

Loading…
Cancel
Save