Skip to content

Commit

Permalink
chore: remove IE9 from soucelabs browser list
Browse files Browse the repository at this point in the history
  • Loading branch information
bhovhannes committed Jun 4, 2018
1 parent 833ec5b commit 44a2b7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ module.exports = function (config) {
const ie = {
'SL_InternetExplorer_11': {version: '11.0', platform: 'Windows 7', browserName: 'internet explorer', base: 'SauceLabs'},
'SL_InternetExplorer_10': {version: '10.0', platform: 'Windows 7', browserName: 'internet explorer', base: 'SauceLabs'},
'SL_InternetExplorer_9': {version: '9.0', platform: 'Windows 7', browserName: 'internet explorer', base: 'SauceLabs'}
}
const edge = {
'SL_Edge_Latest': {version: 'latest', platform: 'Windows 10', browserName: 'MicrosoftEdge', base: 'SauceLabs'},
Expand Down

0 comments on commit 44a2b7b

Please sign in to comment.