Browse Source

testing heading

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

4
spec/requests/schemes_controller_spec.rb

@ -293,6 +293,10 @@ RSpec.describe SchemesController, type: :request do
expect(page).to have_content(location.address_line2) expect(page).to have_content(location.address_line2)
end end
end end
it "has page heading" do
expect(page).to have_content(scheme.service_name)
end
end end
end end
end end

Loading…
Cancel
Save