Skip to content

Commit e975492

Browse files
ci(browser): use Windows 8 for IE tests
1 parent 1da9cdd commit e975492

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/socket.io-client/wdio.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if (process.env.CI === "true") {
6060
{
6161
browserName: "internet explorer",
6262
browserVersion: "10",
63-
platformName: "Windows 7",
63+
platformName: "Windows 8",
6464
"sauce:options": BASE_SAUCE_OPTIONS,
6565
},
6666
{

packages/socket.io-parser/wdio.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if (process.env.CI === "true") {
5353
{
5454
browserName: "internet explorer",
5555
browserVersion: "10",
56-
platformName: "Windows 7",
56+
platformName: "Windows 8",
5757
"sauce:options": BASE_SAUCE_OPTIONS,
5858
},
5959
{

0 commit comments

Comments
 (0)