mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Fix running test on iOS with Saucelabs
This commit is contained in:
parent
9a3e002e8f
commit
14b2a64b26
1 changed files with 3 additions and 3 deletions
|
|
@ -48,10 +48,10 @@
|
|||
# Win Opera 15+ not currently supported by Sauce Labs
|
||||
|
||||
{
|
||||
browserName: "Safari",
|
||||
browserName: "iphone",
|
||||
deviceName: "iPhone Simulator",
|
||||
platformVersion: "9.3",
|
||||
platformName: "iOS"
|
||||
platformName: "OS X 10.11",
|
||||
version: "9.3"
|
||||
},
|
||||
|
||||
# iOS Chrome not currently supported by Sauce Labs
|
||||
|
|
|
|||
Loading…
Reference in a new issue