Skip to content

Commit

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

Bump govuk_publishing_components from 37.9.1 to 37.10.0
  • Loading branch information
andysellick authored Mar 25, 2024
2 parents bc614bd + bb22821 commit 7d6b078
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ GEM
govuk_personalisation (0.16.0)
plek (>= 1.9.0)
rails (>= 6, < 8)
govuk_publishing_components (37.9.1)
govuk_publishing_components (37.10.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand Down Expand Up @@ -356,7 +356,7 @@ GEM
opentelemetry-api (~> 1.0)
opentelemetry-common (~> 0.20.0)
opentelemetry-instrumentation-base (~> 0.22.1)
opentelemetry-instrumentation-faraday (0.24.0)
opentelemetry-instrumentation-faraday (0.24.1)
opentelemetry-api (~> 1.0)
opentelemetry-common (~> 0.20.0)
opentelemetry-instrumentation-base (~> 0.22.1)
Expand Down Expand Up @@ -538,7 +538,7 @@ GEM
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.4.3)
reline (0.5.0)
io-console (~> 0.5)
request_store (1.6.0)
rack (>= 1.4)
Expand Down
4 changes: 2 additions & 2 deletions test/integration/manual_section_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ class ManualSectionTest < ActionDispatch::IntegrationTest

test "renders contextual breadcrumbs from parent manuals tagging" do
setup_and_visit_manual_section
manual_topic = @manual["links"]["topics"].first
manual_taxonomy_topic = @manual["links"]["taxons"].first

within ".gem-c-contextual-breadcrumbs" do
assert page.has_link?(manual_topic["title"], href: manual_topic["base_path"])
assert page.has_link?(manual_taxonomy_topic["title"], href: manual_taxonomy_topic["base_path"])
end
end

Expand Down

0 comments on commit 7d6b078

Please sign in to comment.