Skip to content

Commit

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

Bump govuk_publishing_components from 27.16.0 to 27.17.0
  • Loading branch information
hannako authored Dec 15, 2021
2 parents fbfeec3 + a09585b commit ecab3f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ GEM
govuk_personalisation (0.11.0)
plek (>= 1.9.0)
rails (~> 6)
govuk_publishing_components (27.16.0)
govuk_publishing_components (27.17.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand Down Expand Up @@ -200,7 +200,7 @@ GEM
logstasher (2.1.5)
activesupport (>= 5.2)
request_store
loofah (2.12.0)
loofah (2.13.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -213,7 +213,7 @@ GEM
mini_magick (4.10.1)
mini_mime (1.1.2)
mini_portile2 (2.6.1)
minitest (5.14.4)
minitest (5.15.0)
minitest-reporters (1.4.2)
ansi
builder
Expand Down Expand Up @@ -282,7 +282,7 @@ GEM
rake (>= 0.13)
thor (~> 1.0)
rainbow (3.0.0)
raindrops (0.19.2)
raindrops (0.20.0)
rake (13.0.6)
regexp_parser (1.8.2)
request_store (1.5.0)
Expand Down Expand Up @@ -360,7 +360,7 @@ GEM
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.4.1)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion test/integration/service_sign_in/choose_sign_in_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class ChooseSignInTest < ActionDispatch::IntegrationTest
setup_and_visit_choose_sign_in_page("welsh", "/dewiswch-lofnodi")

assert page.has_css?("title", text: "Profwch pwy ydych chi i fwrw ymlaen - GOV.UK", visible: false)
assert page.has_css?(".gem-c-back-link", text: "Yn ôl")
assert page.has_css?(".gem-c-back-link", text: "Nôl")

within "#content form" do
within ".gem-c-fieldset" do
Expand Down

0 comments on commit ecab3f6

Please sign in to comment.