Skip to content

Commit 90f53b8

Browse files
committed
Dropped IE10 support
1 parent 87594a7 commit 90f53b8

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

tests/config/browsers/integration.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"platform": "Windows 7",
77
"screenResolution": "1280x1024"
88
},
9-
"ie10": {
9+
"ie11": {
1010
"base": "SauceLabs",
1111
"browserName": "internet explorer",
12-
"version": "10",
13-
"platform": "Windows 8",
12+
"version": "11",
13+
"platform": "Windows 10",
1414
"screenResolution": "1280x1024"
1515
}
1616
}

tests/config/browsers/unit.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,5 @@
5454
"version": "11",
5555
"platform": "Windows 10",
5656
"screenResolution": "1280x1024"
57-
},
58-
"ie10": {
59-
"base": "SauceLabs",
60-
"browserName": "internet explorer",
61-
"version": "10",
62-
"platform": "Windows 8",
63-
"screenResolution": "1280x1024"
6457
}
6558
}

0 commit comments

Comments
 (0)