diff options
| author | Johann-S <[email protected]> | 2017-04-18 11:52:16 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-18 11:52:16 +0200 |
| commit | 14b2a64b265d53633ecce3fd845c3d23d740ceda (patch) | |
| tree | 8d631e5f24d02a820bdd04e0b1f443d8eb9b92e5 | |
| parent | 9a3e002e8f92b09d027083d3fc74750d6e56ef6e (diff) | |
| download | bootstrap-14b2a64b265d53633ecce3fd845c3d23d740ceda.tar.xz bootstrap-14b2a64b265d53633ecce3fd845c3d23d740ceda.zip | |
Fix running test on iOS with Saucelabs
| -rw-r--r-- | grunt/sauce_browsers.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/grunt/sauce_browsers.yml b/grunt/sauce_browsers.yml index 23244e435..af271c3b2 100644 --- a/grunt/sauce_browsers.yml +++ b/grunt/sauce_browsers.yml @@ -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 |
