Bump up chrome driver
This is needed when running tests interactively. The OS updates the local chrome binary and this node.js library has to be upgraded too.
This commit is contained in:
parent
8199c0f401
commit
6578c83a0e
|
@ -12,7 +12,7 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"chromedriver": "^134.0",
|
||||
"chromedriver": "^135.0",
|
||||
"ejs": "^3.1.8",
|
||||
"express": "^4.18.2",
|
||||
"geckodriver": "^3.0.2",
|
||||
|
|
Loading…
Reference in New Issue