Skip to content

Commit

Permalink
replace chrome options
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmries committed Jul 23, 2024
1 parent 6860b2c commit baeda03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ commands:
- browser-tools/install-browser-tools:
# TODO: remove when chromedriver downloads are fixed
chrome-version: 126.0.6478.182
replace-existing-chrome: true
- node/install:
node-version: "16.13"
- run: gem install bundler # setup bundler
Expand Down
2 changes: 1 addition & 1 deletion packages/axe-core-api/e2e/selenium/spec/api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "axe/api"

options = Selenium::WebDriver::Chrome::Options.new
# options.add_argument('--headless')
options.add_argument('--headless')
options.add_argument('--no-sandbox')
options.add_argument('--disable-dev-shm-usage')
$driver = Selenium::WebDriver.for :chrome, options: options
Expand Down

0 comments on commit baeda03

Please sign in to comment.