From 2fc0db1843ce9bb39e31d59d735107a3ae0e478b Mon Sep 17 00:00:00 2001 From: Kat Date: Fri, 5 Jan 2024 11:52:50 +0000 Subject: [PATCH] Rebase fix --- spec/requests/start_controller_spec.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/requests/start_controller_spec.rb b/spec/requests/start_controller_spec.rb index e97843d0a..9cca56052 100644 --- a/spec/requests/start_controller_spec.rb +++ b/spec/requests/start_controller_spec.rb @@ -20,11 +20,6 @@ RSpec.describe StartController, type: :request do expect(path).to include("/") expect(page).to have_content("Start now") 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 context "when the user is signed in" do