mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 09:18:45 +00:00
try tests without safari
This commit is contained in:
parent
42202a4d05
commit
92ec901db7
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ exports.config = Object.assign(base.config, {
|
|||
{ browserName: 'internet explorer', version: '10.0', platform: 'Windows 7' },
|
||||
{ browserName: 'chrome', version: '50.0', platform: 'Windows 7' },
|
||||
{ browserName: 'MicrosoftEdge', version: '14.14393', platform: 'Windows 10' },
|
||||
{ browserName: 'safari', version: '11.0', platform: 'macOS 10.12' },
|
||||
// { browserName: 'safari', version: '11.0', platform: 'macOS 10.12' },
|
||||
{ browserName: 'safari', version: '11.0', platformName: 'iOS', platformVersion: '10.0', deviceOrientation: 'portrait', deviceName: 'iPhone 6 Simulator', appiumVersion: '1.7.1' },
|
||||
{ browserName: 'chrome', platformName: 'Android', platformVersion: '6.0', deviceOrientation: 'portrait', deviceName: 'Android Emulator', appiumVersion: '1.7.1' }
|
||||
].map(createCapability),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue