Skip to content

Commit

Permalink
Merge pull request #1233 from alphagov/upgrade-publishing-components-…
Browse files Browse the repository at this point in the history
…to-13-6-1

Upgrade govuk_publishing_components to 13.6.1
  • Loading branch information
Karl Baker authored Feb 8, 2019
2 parents e88ccf3 + cf4c12b commit a0a3207
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'gds-api-adapters', '~> 57.2'
gem 'govuk_ab_testing', '~> 2.4'
gem 'govuk_app_config', '~> 1.11'
gem 'govuk_frontend_toolkit', '~> 8.1.0'
gem 'govuk_publishing_components', '~> 13.5.2'
gem 'govuk_publishing_components', '~> 13.6.1'
gem 'plek', '~> 2.1'
gem 'slimmer', '~> 13.1'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ GEM
govuk_frontend_toolkit (8.1.0)
railties (>= 3.1.0)
sass (>= 3.2.0)
govuk_publishing_components (13.5.2)
govuk_publishing_components (13.6.1)
govspeak (>= 5.0.3)
govuk_app_config
govuk_frontend_toolkit
Expand All @@ -140,7 +140,7 @@ GEM
govuk_schemas (3.2.0)
json-schema (~> 2.8.0)
hashdiff (0.3.7)
highline (2.0.0)
highline (2.0.1)
htmlentities (4.3.4)
http-cookie (1.0.3)
domain_name (~> 0.5)
Expand Down Expand Up @@ -186,7 +186,7 @@ GEM
minitest (5.11.3)
mocha (1.8.0)
metaclass (~> 0.0.1)
money (6.13.1)
money (6.13.2)
i18n (>= 0.6.4, <= 2)
multipart-post (2.0.0)
netrc (0.11.0)
Expand Down Expand Up @@ -370,7 +370,7 @@ DEPENDENCIES
govuk_ab_testing (~> 2.4)
govuk_app_config (~> 1.11)
govuk_frontend_toolkit (~> 8.1.0)
govuk_publishing_components (~> 13.5.2)
govuk_publishing_components (~> 13.6.1)
govuk_schemas (~> 3.2)
htmlentities (~> 4.3)
jasmine-rails
Expand Down
5 changes: 2 additions & 3 deletions test/integration/service_sign_in/choose_sign_in_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ class ChooseSignInTest < ActionDispatch::IntegrationTest

click_on 'Continue'

assert page.has_css?(".gem-c-error-summary")
assert page.has_css?(".gem-c-error-summary__title", text: 'You haven’t selected an option')
assert page.has_css?(".gem-c-error-summary__link[href='#option-0']", text: 'Please select an option')
assert page.has_text?('You haven’t selected an option')
assert page.has_text?('Please select an option')

# Make sure the id is the same as the link href so that they'll link together properly.
assert page.has_css?(".gem-c-radio input[id='option-0'][value='use-government-gateway']", visible: false)
Expand Down

0 comments on commit a0a3207

Please sign in to comment.