From 14b2a64b265d53633ecce3fd845c3d23d740ceda Mon Sep 17 00:00:00 2001 From: Johann-S <johann.servoire@gmail.com> Date: Tue, 18 Apr 2017 11:52:16 +0200 Subject: [PATCH] Fix running test on iOS with Saucelabs --- grunt/sauce_browsers.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grunt/sauce_browsers.yml b/grunt/sauce_browsers.yml index 23244e4351..af271c3b29 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 -- GitLab