Skip to content

Commit

Permalink
Merge pull request #4565 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 0a4e41d + 11651fc commit 01a6722
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,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 @@ -168,8 +167,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 Expand Up @@ -258,7 +256,7 @@ GEM
multi_json (1.15.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
net-imap (0.5.4)
net-imap (0.5.5)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -533,7 +531,8 @@ GEM
rack (3.1.8)
rack-proxy (0.7.7)
rack
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.2.0)
rack (>= 1.3)
Expand Down Expand Up @@ -724,7 +723,8 @@ GEM
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.9.1)
websocket (1.2.10)
websocket-driver (0.7.6)
websocket-driver (0.7.7)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
Expand Down
2 changes: 0 additions & 2 deletions app/assets/javascripts/dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@
//= require govuk_publishing_components/components/table
//= require govuk_publishing_components/components/tabs

//= require govuk_publishing_components/components/chart

//= require govuk_web_banners/dependencies
2 changes: 1 addition & 1 deletion spec/system/licence_transaction_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
expect(page).to have_title("Licence to kill - GOV.UK", exact: true)
end
within("#content") do
within("h1.gem-c-heading") { expect(page).to have_title("Licence to kill") }
within(".gem-c-heading h1") { expect(page).to have_title("Licence to kill") }
within(".postcode-search-form") do
expect(page).to have_field("Enter a postcode")
expect(page).to have_css("button", text: "Find")
Expand Down
2 changes: 1 addition & 1 deletion spec/system/place_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
end

within("#content") do
within("h1.gem-c-heading") do
within(".gem-c-heading h1") do
expect(page).to have_title("Find a passport interview office")
end

Expand Down
4 changes: 2 additions & 2 deletions spec/system/transaction_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
end

within("#content") do
within("h1.gem-c-heading") { expect(page).to have_title("Carrots") }
within(".gem-c-heading h1") { expect(page).to have_title("Carrots") }
within(".article-container") do
within("section.intro") do
expect(page).to have_selector(".get-started-intro", text: "This is the introduction to carrots")
Expand Down Expand Up @@ -159,7 +159,7 @@
expect(page.status_code).to eq(200)
expect(page).to have_button_as_link("Start now", href: "http://cti-staging.voa.gov.uk/cti/inits.asp")

within("h1.gem-c-heading") do
within(".gem-c-heading h1") do
expect(page).to have_title("Check your Council Tax band (staging)")
end

Expand Down

0 comments on commit 01a6722

Please sign in to comment.