]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix running test on iOS with Saucelabs
authorJohann-S <johann.servoire@gmail.com>
Tue, 18 Apr 2017 09:52:16 +0000 (11:52 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Apr 2017 09:52:16 +0000 (11:52 +0200)
grunt/sauce_browsers.yml

index 23244e43516b921f36c606ae01a4e32de2a00b58..af271c3b29496a6f65649801c083db019a5dc094 100644 (file)
   # 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