Browse Source

testing title

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

4
spec/requests/schemes_controller_spec.rb

@ -297,6 +297,10 @@ RSpec.describe SchemesController, type: :request do
it "has page heading" do
expect(page).to have_content(scheme.service_name)
end
it "has correct title" do
expect(page).to have_title("#{scheme.service_name} - Submit social housing lettings and sales data (CORE) - GOV.UK")
end
end
end
end

Loading…
Cancel
Save