Skip to content

Commit

Permalink
Downgrade IE11 to win7
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Mar 4, 2019
1 parent 546f999 commit 503b379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ var sauceLabsLaunchers = {
sl_ie_11: {
base: 'SauceLabs',
browserName: 'internet explorer',
version: '11.103',
platform: 'Windows 10'
version: '11.0',
platform: 'Windows 7'
}
};

Expand Down

0 comments on commit 503b379

Please sign in to comment.