Skip to content

Commit

Permalink
fix: chrome version mismatch in Run-JS-Functional-Tests-BrowserBot-ya…
Browse files Browse the repository at this point in the history
…ml (#3942)

* Upgrade chromedriver to v94.

* Delete stowaway file.

* Delete stowaway #2

* Restore stowaway #2
  • Loading branch information
BruceHaley authored Oct 7, 2021
1 parent edb0f90 commit fce37ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/browser-functional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Test to check browser compatibility",
"main": "",
"devDependencies": {
"chromedriver": "^92.0.0",
"chromedriver": "^94.0.0",
"dotenv": "^8.2.0",
"geckodriver": "^1.19.1",
"nightwatch": "^1.6.3",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3854,7 +3854,7 @@ chrome-trace-event@^1.0.2:
dependencies:
tslib "^1.9.0"

chromedriver@^92.0.0:
chromedriver@^94.0.0:
version "92.0.0"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-92.0.0.tgz#7860efe7d082ec877dc8146aa920d30340fcbb47"
integrity sha512-IdJ5n5jLL6tCsGQF/fQHF2gDEhVzoYIqktUn6hE/BSsXlCcyDTi45fQbhTEhZlmshM8+BpnRtPuIT5DRbxNqKg==
Expand Down

0 comments on commit fce37ae

Please sign in to comment.