File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ gem 'gds-api-adapters', '~> 52.7'
17
17
gem 'govuk_ab_testing' , '~> 2.4'
18
18
gem 'govuk_app_config' , '~> 1.8'
19
19
gem 'govuk_frontend_toolkit' , '~> 7.6'
20
- gem 'govuk_publishing_components' , '~> 9.9.0 '
20
+ gem 'govuk_publishing_components' , '~> 9.9.1 '
21
21
gem 'plek' , '~> 2.1'
22
22
gem 'slimmer' , '~> 13.0'
23
23
Original file line number Diff line number Diff line change 126
126
govuk_frontend_toolkit (7.6.0 )
127
127
railties (>= 3.1.0 )
128
128
sass (>= 3.2.0 )
129
- govuk_publishing_components (9.9.0 )
129
+ govuk_publishing_components (9.9.1 )
130
130
govspeak (>= 5.0.3 )
131
131
govuk_app_config
132
132
govuk_frontend_toolkit
@@ -365,7 +365,7 @@ DEPENDENCIES
365
365
govuk_ab_testing (~> 2.4 )
366
366
govuk_app_config (~> 1.8 )
367
367
govuk_frontend_toolkit (~> 7.6 )
368
- govuk_publishing_components (~> 9.9.0 )
368
+ govuk_publishing_components (~> 9.9.1 )
369
369
govuk_schemas (~> 3.2 )
370
370
htmlentities (~> 4.3 )
371
371
jasmine-rails
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ class DocumentCollectionTest < ActionDispatch::IntegrationTest
79
79
documents = @content_item [ "links" ] [ "documents" ]
80
80
81
81
documents . each do |doc |
82
- assert page . has_css? ( '.gem-c-document-list__item-title a ' , text : doc [ "title" ] )
82
+ assert page . has_css? ( '.gem-c-document-list__item-title' , text : doc [ "title" ] )
83
83
end
84
84
85
85
assert page . has_css? ( '.gem-c-document-list .gem-c-document-list__item' , count : documents . count )
@@ -101,7 +101,7 @@ class DocumentCollectionTest < ActionDispatch::IntegrationTest
101
101
groups = page . all ( '.gem-c-document-list' )
102
102
assert page . has_css? ( '[data-module="track-click"]' ) , count : groups . length
103
103
104
- first_section_links = groups . first . all ( '.gem-c-document-list__item-title a ' )
104
+ first_section_links = groups . first . all ( '.gem-c-document-list__item-title' )
105
105
first_link = first_section_links . first
106
106
107
107
assert_equal (
You can’t perform that action at this time.
0 commit comments