Skip to content

Commit 4bb69ad

Browse files
committed
Update Chrome + Edge to v119
And `yarn upgrade` generally
1 parent c114edd commit 4bb69ad

File tree

5 files changed

+846
-997
lines changed

5 files changed

+846
-997
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@wdio/testingbot-service": "^8.0.0",
3535
"@wdio/types": "^8.16.7",
3636
"axios": "^1.6.0",
37-
"chromedriver": "^117.0.0",
37+
"chromedriver": "^119.0.0",
3838
"del-cli": "^5.1.0",
3939
"dotenv": "^16.3.1",
4040
"eslint": "^8.50.0",

wdio.testingbot-all.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ config.capabilities = [
44
{
55
browserName: 'chrome',
66
platform: 'WIN11',
7-
version: '117',
7+
version: '119',
88
build: config.build,
99
},
1010
{
1111
browserName: 'microsoftedge',
1212
platform: 'WIN11',
13-
version: '117',
13+
version: '119',
1414
build: config.build,
1515
// MS Edge, like IE, seems to also have problems with scroll mgmt behaviour.
1616
// https://stackoverflow.com/questions/52276194

wdio.testingbot-chrome.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { config } = require('./wdio.BASE.conf.ts');
33
config.capabilities = [{
44
browserName: 'chrome',
55
platform: 'WIN11',
6-
version: '117',
6+
version: '119',
77
build: config.build,
88
}];
99
config.services.push('testingbot');

wdio.testingbot-edge.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { config } = require('./wdio.BASE.conf.ts');
33
config.capabilities = [{
44
browserName: 'microsoftedge',
55
platform: 'WIN11',
6-
version: '117',
6+
version: '119',
77
build: config.build,
88
// MS Edge, like IE, seems to also have problems with scroll mgmt behaviour.
99
// https://stackoverflow.com/questions/52276194

0 commit comments

Comments
 (0)