Skip to content

Commit

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

Bump govuk_publishing_components from 46.4.0 to 47.0.0
  • Loading branch information
andysellick authored Jan 7, 2025
2 parents 7a85fde + 6eb458a commit a4220fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
chartkick (5.1.2)
climate_control (1.2.0)
coderay (1.1.3)
concurrent-ruby (1.3.4)
Expand Down Expand Up @@ -219,8 +218,7 @@ GEM
govuk_personalisation (1.1.0)
plek (>= 1.9.0)
rails (>= 6, < 9)
govuk_publishing_components (46.4.0)
chartkick
govuk_publishing_components (47.0.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand Down
2 changes: 1 addition & 1 deletion spec/features/organisation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
it "displays if present" do
visit "/government/organisations/attorney-generals-office"
expect(page).to have_css("section#org-contacts")
expect(page).to have_css("h2.gem-c-heading", text: "Contact AGO")
expect(page).to have_css(".gem-c-heading h2", text: "Contact AGO")
expect(page).to have_content(/102 Petty France/i)
expect(page).to have_content(/London/i)
expect(page).to have_content(/SW1H 9EA/i)
Expand Down

0 comments on commit a4220fb

Please sign in to comment.