Skip to content

Commit 6578c83

Browse files
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.
1 parent 8199c0f commit 6578c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selenium/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"chromedriver": "^134.0",
15+
"chromedriver": "^135.0",
1616
"ejs": "^3.1.8",
1717
"express": "^4.18.2",
1818
"geckodriver": "^3.0.2",

0 commit comments

Comments
 (0)