Skip to content

Commit

Permalink
Merge pull request #3782 from alphagov/dependabot/bundler/govuk_test-…
Browse files Browse the repository at this point in the history
…4.0.2

Bump govuk_test from 4.0.1 to 4.0.2
  • Loading branch information
jon-kirwan authored Dec 18, 2023
2 parents 0ec84d9 + 6f5dbb8 commit 6a0615a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
parser (>= 2.4)
smart_properties
bigdecimal (3.1.4)
brakeman (6.0.1)
brakeman (6.1.0)
builder (3.2.4)
byebug (11.1.3)
capybara (3.39.2)
Expand Down Expand Up @@ -159,7 +159,7 @@ GEM
rails (>= 6, < 8)
govuk_schemas (4.7.0)
json-schema (>= 2.8, < 4.2)
govuk_test (4.0.1)
govuk_test (4.0.2)
brakeman (>= 5.0.2)
capybara (>= 3.36)
puma
Expand Down Expand Up @@ -225,7 +225,7 @@ GEM
net-smtp (0.4.0)
net-protocol
netrc (0.11.0)
nio4r (2.6.1)
nio4r (2.7.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -496,7 +496,7 @@ GEM
rake (13.1.0)
rdoc (6.6.0)
psych (>= 4.0.0)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
reline (0.4.0)
io-console (~> 0.5)
request_store (1.5.1)
Expand Down Expand Up @@ -564,7 +564,7 @@ GEM
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
selenium-webdriver (4.14.0)
selenium-webdriver (4.16.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
expect(page).to have_selector(".js-test-a11y-success.js-test-a11y-finished")
end

# not_applicable: true has been added temporarily to skip this test, as it is causing CI to fail
it "shows accessibility violations on the page and through browser console", not_applicable: true do
it "shows accessibility violations on the page and through browser console" do
visit "/component-guide/test_component_with_a11y_issue"
expect(page).to have_selector(".js-test-a11y-failed.js-test-a11y-finished")

Expand Down

0 comments on commit 6a0615a

Please sign in to comment.