Browse Source

Fix missed tests

pull/2891/head
Kat 4 months ago
parent
commit
6a1d74a126
  1. 8
      spec/features/schemes_helpers.rb
  2. 8
      spec/features/schemes_spec.rb

8
spec/features/schemes_helpers.rb

@ -74,9 +74,7 @@ module SchemesHelpers
click_button "Save and continue"
choose "location-mobility-type-none-field"
click_button "Save and continue"
fill_in "Day", with: 2
fill_in "Month", with: 5
fill_in "Year", with: 2023
fill_in "location_startdate", with: "2/5/2023"
click_button "Save and continue"
end
@ -95,9 +93,7 @@ module SchemesHelpers
click_button "Save and continue"
choose "location-mobility-type-none-field"
click_button "Save and continue"
fill_in "Day", with: 2
fill_in "Month", with: 5
fill_in "Year", with: 2023
fill_in "location_startdate", with: "2/5/2023"
click_button "Save and continue"
end

8
spec/features/schemes_spec.rb

@ -368,9 +368,7 @@ RSpec.describe "Schemes scheme Features" do
click_button "Save and continue"
choose "location-mobility-type-none-field"
click_button "Save and continue"
fill_in "Day", with: 2
fill_in "Month", with: 2
fill_in "Year", with: 2022
fill_in "location_startdate", with: "2/2/2022"
click_button "Save and continue"
end
@ -989,9 +987,7 @@ RSpec.describe "Schemes scheme Features" do
click_button "Save and continue"
choose "location-mobility-type-none-field"
click_button "Save and continue"
fill_in "Day", with: 2
fill_in "Month", with: 2
fill_in "Year", with: 2022
fill_in "location_startdate", with: "2/2/2022"
click_button "Save and continue"
end

Loading…
Cancel
Save