Skip to content

Commit

Permalink
Fix for newly broken Chromedriver issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrozenberg committed Feb 22, 2024
1 parent 051cfaf commit 8acdb9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
browser-tools: circleci/[email protected].7
browser-tools: circleci/[email protected].8
codecov: codecov/[email protected]
node: circleci/[email protected]

Expand Down
1 change: 1 addition & 0 deletions build-system/tasks/e2e/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chromedriver_skip_download=true

0 comments on commit 8acdb9d

Please sign in to comment.