Skip to content

Commit

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

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

- 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: '103.0.5060.53' }, // https://chromedriver.chromium.org/
chrome: { version: '114.0.5735.90' }, // 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 ac7b70f

Please sign in to comment.