Skip to content

Commit

Permalink
Merge pull request #3246 from alphagov/dependabot/bundler/govuk_publi…
Browse files Browse the repository at this point in the history
…shing_components-37.3.0

Bump govuk_publishing_components from 37.2.4 to 37.3.0
  • Loading branch information
AshGDS authored Feb 7, 2024
2 parents 948a274 + 6b793ca commit 27826bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ GEM
govuk_personalisation (0.15.0)
plek (>= 1.9.0)
rails (>= 6, < 8)
govuk_publishing_components (37.2.4)
govuk_publishing_components (37.3.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
ruby2_keywords (>= 0.0.5)
msgpack (1.7.2)
mutex_m (0.2.0)
net-imap (0.4.9.1)
net-imap (0.4.10)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -224,7 +224,7 @@ GEM
opentelemetry-api (1.2.3)
opentelemetry-common (0.20.0)
opentelemetry-api (~> 1.0)
opentelemetry-exporter-otlp (0.26.2)
opentelemetry-exporter-otlp (0.26.3)
google-protobuf (~> 3.14)
googleapis-common-protos-types (~> 1.3)
opentelemetry-api (~> 1.1)
Expand Down Expand Up @@ -431,7 +431,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (3.0.8)
rack (3.0.9)
rack-proxy (0.7.7)
rack
rack-session (2.0.0)
Expand Down Expand Up @@ -576,7 +576,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.12)
zeitwerk (2.6.13)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion test/integration/templates/error_4xx_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Error4XXTest < ActionDispatch::IntegrationTest
end

within "body" do
assert page.has_selector?("#global-cookie-message")
assert page.has_selector?("#global-cookie-message", visible: :hidden)
assert page.has_selector?("#user-satisfaction-survey-container")

within "#content" do
Expand Down
2 changes: 1 addition & 1 deletion test/integration/templates/error_5xx_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Error5XXTest < ActionDispatch::IntegrationTest
end

within "body" do
assert page.has_selector?("#global-cookie-message")
assert page.has_selector?("#global-cookie-message", visible: :hidden)
assert page.has_selector?("#user-satisfaction-survey-container")

within "#content" do
Expand Down

0 comments on commit 27826bd

Please sign in to comment.