Browse Source

Test fixes

pull/705/head
Stéphane Meny 3 years ago
parent
commit
7debd06044
No known key found for this signature in database
GPG Key ID: 9D0AFEA988527923
  1. 3
      spec/requests/schemes_controller_spec.rb

3
spec/requests/schemes_controller_spec.rb

@ -316,8 +316,7 @@ RSpec.describe SchemesController, type: :request do
expect(page).to have_content(location.type_of_unit)
expect(page).to have_content(location.type_of_building)
expect(page).to have_content(location.wheelchair_adaptation)
expect(page).to have_content(location.address_line1)
expect(page).to have_content(location.address_line2)
expect(page).to have_content(location.name)
end
end

Loading…
Cancel
Save