Skip to content

Commit

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

Bump govuk_publishing_components from 49.1.0 to 50.0.0
  • Loading branch information
unoduetre authored Jan 22, 2025
2 parents 7616a5e + d957a81 commit 7c99e74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ GEM
govuk_personalisation (1.1.0)
plek (>= 1.9.0)
rails (>= 6, < 9)
govuk_publishing_components (49.1.0)
govuk_publishing_components (50.0.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand Down Expand Up @@ -206,7 +206,8 @@ GEM
rainbow (>= 2.2.2, < 4.0)
terminal-table (>= 1.5.1)
io-console (0.8.0)
irb (1.14.3)
irb (1.15.1)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.9.1)
Expand Down Expand Up @@ -469,6 +470,9 @@ GEM
ast (~> 2.4.1)
racc
plek (5.2.0)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
prometheus_exporter (2.2.0)
webrick
pry (0.14.2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def email_alert_frontend_signup_endpoint_enforce_account
test "renders the single page notification button with a form action of email-alert-frontend's non account signup endpoint" do
setup_and_visit_content_item("document_collection", "locale" => "en")

form = page.find("form.gem-c-single-page-notification-button")
form = page.find(".gem-c-single-page-notification-button > form")
assert_match(email_alert_frontend_signup_endpoint_no_account, form["action"])

button = page.find(:button, class: "gem-c-single-page-notification-button__submit")
Expand All @@ -58,7 +58,7 @@ def email_alert_frontend_signup_endpoint_enforce_account
mock_logged_in_session
setup_and_visit_content_item("document_collection", "locale" => "en")

form = page.find("form.gem-c-single-page-notification-button")
form = page.find(".gem-c-single-page-notification-button > form")
assert_match(email_alert_frontend_signup_endpoint_enforce_account, form["action"])

button = page.find(:button, class: "gem-c-single-page-notification-button__submit")
Expand Down

0 comments on commit 7c99e74

Please sign in to comment.