We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87594a7 commit 90f53b8Copy full SHA for 90f53b8
tests/config/browsers/integration.json
@@ -6,11 +6,11 @@
6
"platform": "Windows 7",
7
"screenResolution": "1280x1024"
8
},
9
- "ie10": {
+ "ie11": {
10
"base": "SauceLabs",
11
"browserName": "internet explorer",
12
- "version": "10",
13
- "platform": "Windows 8",
+ "version": "11",
+ "platform": "Windows 10",
14
15
}
16
tests/config/browsers/unit.json
@@ -54,12 +54,5 @@
54
"version": "11",
55
"platform": "Windows 10",
56
57
- },
58
59
- "base": "SauceLabs",
60
- "browserName": "internet explorer",
61
62
63
- "screenResolution": "1280x1024"
64
65
0 commit comments