Skip to content

Commit

Permalink
Fix running test on iOS with Saucelabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S committed Apr 18, 2017
1 parent 9a3e002 commit 8bc8072
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grunt/sauce_browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bc8072

Please sign in to comment.