Skip to content

Commit

Permalink
Merge pull request #132 from canjs/chasenlehara-patch-1
Browse files Browse the repository at this point in the history
Add IE11 to the Sauce Labs test suite
  • Loading branch information
chasenlehara authored Nov 27, 2018
2 parents ecfd556 + c4c083b commit d336c85
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions test/sauce-labs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,11 @@
var testSauceLabs = require('test-saucelabs');

// https://github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities
var platforms = [/*{
browserName: 'internet explorer',
platform: 'Windows 7',
version: '9'
}, {
browserName: 'internet explorer',
platform: 'Windows 8',
version: '10.0'
}, {
var platforms = [{
browserName: 'internet explorer',
platform: 'Windows 10',
version: '11.0'
}, */{
}, {
browserName: 'MicrosoftEdge',
platform: 'Windows 10',
version: 'latest'
Expand Down

0 comments on commit d336c85

Please sign in to comment.