From eee837fdbec4a559c9e20af16ab624d8cb3db44b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 26 Mar 2019 14:52:27 +0000 Subject: [PATCH 1/2] Bump govuk_publishing_components from 16.6.0 to 16.8.0 Bumps [govuk_publishing_components](https://github.com/alphagov/govuk_publishing_components) from 16.6.0 to 16.8.0. - [Release notes](https://github.com/alphagov/govuk_publishing_components/releases) - [Changelog](https://github.com/alphagov/govuk_publishing_components/blob/master/CHANGELOG.md) - [Commits](https://github.com/alphagov/govuk_publishing_components/compare/v16.6.0...v16.8.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 2ccddd623..10bc1d3c6 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'gds-api-adapters', '~> 57.5' gem 'govuk_ab_testing', '~> 2.4' gem 'govuk_app_config', '~> 1.13' gem 'govuk_frontend_toolkit', '~> 8.1.0' -gem 'govuk_publishing_components', '~> 16.6.0' +gem 'govuk_publishing_components', '~> 16.8.0' gem 'plek', '~> 2.1' gem 'slimmer', '~> 13.1' diff --git a/Gemfile.lock b/Gemfile.lock index a73afde60..eb53ffa40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,7 @@ GEM govuk_frontend_toolkit (8.1.0) railties (>= 3.1.0) sass (>= 3.2.0) - govuk_publishing_components (16.6.0) + govuk_publishing_components (16.8.0) govspeak (>= 5.0.3) govuk_app_config govuk_frontend_toolkit @@ -187,12 +187,12 @@ GEM multipart-post (2.0.0) netrc (0.11.0) nio4r (2.3.1) - nokogiri (1.10.1) + nokogiri (1.10.2) mini_portile2 (~> 2.4.0) nokogumbo (2.0.1) nokogiri (~> 1.8, >= 1.8.4) null_logger (0.0.1) - oj (3.7.10) + oj (3.7.11) parallel (1.13.0) parser (2.6.0.0) ast (~> 2.4.0) @@ -366,7 +366,7 @@ DEPENDENCIES govuk_ab_testing (~> 2.4) govuk_app_config (~> 1.13) govuk_frontend_toolkit (~> 8.1.0) - govuk_publishing_components (~> 16.6.0) + govuk_publishing_components (~> 16.8.0) govuk_schemas (~> 3.2) htmlentities (~> 4.3) jasmine-rails From febd729a5820d4f9464159bd2e765e0603603983 Mon Sep 17 00:00:00 2001 From: Alex Jurubita Date: Tue, 26 Mar 2019 17:34:48 +0000 Subject: [PATCH 2/2] Update tests to reflect changes in the markup --- test/integration/service_sign_in/choose_sign_in_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/service_sign_in/choose_sign_in_test.rb b/test/integration/service_sign_in/choose_sign_in_test.rb index 5bd810a57..e19e8f800 100644 --- a/test/integration/service_sign_in/choose_sign_in_test.rb +++ b/test/integration/service_sign_in/choose_sign_in_test.rb @@ -27,7 +27,7 @@ class ChooseSignInTest < ActionDispatch::IntegrationTest within "#content form" do within ".gem-c-fieldset" do - within ".gem-c-fieldset__legend" do + within ".govuk-fieldset__legend" do assert_has_component_title "Prove your identity to continue" end @@ -84,7 +84,7 @@ class ChooseSignInTest < ActionDispatch::IntegrationTest within "#content form" do within ".gem-c-fieldset" do - within ".gem-c-fieldset__legend" do + within ".govuk-fieldset__legend" do assert_has_component_title "Profwch pwy ydych chi i fwrw ymlaen" end