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 4bd15d4 commit 435647dCopy full SHA for 435647d
Gruntfile.js
@@ -222,10 +222,10 @@ module.exports = function(grunt) {
222
// Latest version of Edge (v15) can't reach the server
223
// Already notified SauceLabs support about this issue
224
// ['Windows 10', 'microsoftedge', 'latest'],
225
-
226
['Windows 10', 'microsoftedge', 'latest-1'],
+ // We can skip IE11 on Win7, as there are no differences that'd change anything for us
227
+ // https://msdn.microsoft.com/library/dn394063(v=vs.85).aspx#unsupported_features
228
['Windows 10', 'internet explorer', '11'],
- ['Windows 7', 'internet explorer', '11'],
229
['Windows 7', 'internet explorer', '10'],
230
['Windows 10', 'chrome', 'latest'],
231
['Windows 10', 'firefox', 'latest'],
0 commit comments