Browse Source

fixed failing tests

pull/669/head
JG 3 years ago
parent
commit
d8d07a9095
  1. 4
      spec/requests/schemes_controller_spec.rb

4
spec/requests/schemes_controller_spec.rb

@ -301,7 +301,7 @@ RSpec.describe SchemesController, type: :request do
expect(page).to have_content(location.county)
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_display)
expect(page).to have_content(location.wheelchair_adaptation)
expect(page).to have_content(location.address_line1)
expect(page).to have_content(location.address_line2)
end
@ -380,7 +380,7 @@ RSpec.describe SchemesController, type: :request do
expect(page).to have_content(location.county)
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_display)
expect(page).to have_content(location.wheelchair_adaptation)
expect(page).to have_content(location.address_line1)
expect(page).to have_content(location.address_line2)
end

Loading…
Cancel
Save