Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ios 9 is taking forever
  • Loading branch information
daedalus28 committed Oct 2, 2018
1 parent 6b8be00 commit f6adb30
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions karma.conf.js
Expand Up @@ -227,13 +227,13 @@ let customLaunchers = {
browserName: 'safari',
version: 'latest',
},
sl_iphone_93: {
base: 'SauceLabs',
browserName: 'iphone',
version: '9.3',
deviceName: 'iPhone 6s Simulator',
deviceOrientation: 'portrait',
},
// sl_iphone_93: {
// base: 'SauceLabs',
// browserName: 'iphone',
// version: '9.3',
// deviceName: 'iPhone 6s Simulator',
// deviceOrientation: 'portrait',
// },
sl_iphone_103: {
base: 'SauceLabs',
browserName: 'iphone',
Expand All @@ -248,13 +248,13 @@ let customLaunchers = {
deviceName: 'iPhone 8 Plus',
deviceOrientation: 'portrait',
},
sl_ipad_93: {
base: 'SauceLabs',
browserName: 'ipad',
version: '9.3',
deviceName: 'iPad Air Simulator',
deviceOrientation: 'portrait',
},
// sl_ipad_93: {
// base: 'SauceLabs',
// browserName: 'ipad',
// version: '9.3',
// deviceName: 'iPad Air Simulator',
// deviceOrientation: 'portrait',
// },
sl_ipad_103: {
base: 'SauceLabs',
browserName: 'ipad',
Expand Down

0 comments on commit f6adb30

Please sign in to comment.