Skip to content

Commit

Permalink
fix saucelabs IE10 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Jan 8, 2016
1 parent 942d1fb commit 60daee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma-saucelabs.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = function (config) {
'SL_Chrome_Win': {
base: 'SauceLabs',
browserName: 'Chrome',
platform: 'Windows 10'
platform: 'Windows 8.1'
},
'SL_Chrome_Linux': {
base: 'SauceLabs',
Expand All @@ -55,7 +55,7 @@ module.exports = function (config) {
'SL_IE_10': {
base: 'SauceLabs',
browserName: 'Internet Explorer',
platform: 'Windows 8.1',
platform: 'Windows 8',
version: '10'
},
'SL_IE_11': {
Expand Down

0 comments on commit 60daee8

Please sign in to comment.