Skip to content

Commit

Permalink
Merge pull request #4666 from alphagov/remove-user-survey-banners-ref…
Browse files Browse the repository at this point in the history
…erences

Remove user survey banners references
  • Loading branch information
jon-kirwan authored Mar 3, 2025
2 parents c31c82b + f33fc91 commit c708910
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/views/static_error_pages/_error_page.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<%= render "govuk_publishing_components/components/layout_for_public", {
full_width: false,
global_banner: '<div id="user-satisfaction-survey-container"></div>',
logo_link: (Plek.new.website_root.presence || "https://www.gov.uk/"),
show_explore_header: true,
title: "#{heading} - GOV.UK",
Expand Down
2 changes: 0 additions & 2 deletions spec/system/static_error_page_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

within "body" do
expect(page).to have_selector("#global-cookie-message", visible: :hidden)
expect(page).to have_selector("#user-satisfaction-survey-container")

within "#content" do
expect(page).to have_selector("h1", text: "Page not found")
Expand All @@ -34,7 +33,6 @@

within "body" do
expect(page).to have_selector("#global-cookie-message", visible: :hidden)
expect(page).to have_selector("#user-satisfaction-survey-container")

within "#content" do
expect(page).to have_selector("h1", text: "Sorry, we’re experiencing technical difficulties")
Expand Down

0 comments on commit c708910

Please sign in to comment.