diff options
| -rw-r--r-- | grunt/sauce_browsers.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/grunt/sauce_browsers.yml b/grunt/sauce_browsers.yml index c4e32f0c0..4d5041b9e 100644 --- a/grunt/sauce_browsers.yml +++ b/grunt/sauce_browsers.yml @@ -53,9 +53,10 @@ # Win Opera 15+ not currently supported by Sauce Labs { - browserName: "iphone", - platform: "OS X 10.10", - version: "latest" + browserName: "Safari", + deviceName: "iPhone Simulator", + platformVersion: "9.3", + platformName: "iOS" }, # iOS Chrome not currently supported by Sauce Labs |
