Skip to content

Commit

Permalink
fix: rollback integration tests changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HellWolf93 committed Dec 19, 2023
1 parent ac7b70f commit 039b40b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- run: yarn install

- browser-tools/install-chrome:
chrome-version: 114.0.5735.90
chrome-version: 103.0.5060.53

- run:
command: yarn start
Expand Down
2 changes: 1 addition & 1 deletion wdio.conf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const drivers = {
chrome: { version: '114.0.5735.90' }, // https://chromedriver.chromium.org/
chrome: { version: '103.0.5060.53' }, // https://chromedriver.chromium.org/
firefox: { version: '0.31.0' }, // https://github.com/mozilla/geckodriver/releases
chromiumedge: { version: '103.0.1264.37' }, // https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
};
Expand Down

0 comments on commit 039b40b

Please sign in to comment.