Browse Source

Rebase fix

pull/2120/head
Kat 2 years ago
parent
commit
2fc0db1843
  1. 5
      spec/requests/start_controller_spec.rb

5
spec/requests/start_controller_spec.rb

@ -20,11 +20,6 @@ RSpec.describe StartController, type: :request do
expect(path).to include("/") expect(path).to include("/")
expect(page).to have_content("Start now") expect(page).to have_content("Start now")
end end
it "does not show guidance link" do
get "/", headers: headers, params: {}
expect(page).not_to have_content("Guidance for submitting social housing lettings and sales data (CORE)")
end
end end
context "when the user is signed in" do context "when the user is signed in" do

Loading…
Cancel
Save