mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 01:15:35 +00:00
Re-enable Safari on Sauce (#2430)
This commit is contained in:
parent
52e5fc062b
commit
21f3a8596e
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ exports.config = {
|
|||
{ browserName: 'chrome', version: '70.0', platform: 'Windows 10' },
|
||||
{ browserName: 'MicrosoftEdge', version: '14', platform: 'Windows 10' },
|
||||
{ browserName: 'MicrosoftEdge', version: '17', platform: 'Windows 10' },
|
||||
// { browserName: 'safari', version: '11.0', platform: 'macOS 10.12' },
|
||||
{ browserName: 'safari', version: '11.1', platform: 'macOS 10.13' },
|
||||
// { browserName: 'Safari', platformName: 'iOS', platformVersion: '12.2', deviceOrientation: 'portrait', deviceName: 'iPhone 8 Simulator' },
|
||||
{ browserName: 'chrome', platformName: 'Android', platformVersion: '6.0', deviceOrientation: 'portrait', deviceName: 'Android Emulator' }
|
||||
].map(createCapability),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue