Skip to content

Commit

Permalink
[backport] Fix unit tests.
Browse files Browse the repository at this point in the history
The iphone 6 isn't supported anymore by saucelabs, I replaced it by the
iphone 7.

This is a backport of 5b04dfc.
  • Loading branch information
dduponchel committed Jul 25, 2016
1 parent 39fd345 commit 1060644
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
@@ -1,12 +1,11 @@
/*jshint node: true */
module.exports = function(grunt) {
// see https://saucelabs.com/rest/v1/info/browsers/webdriver
var browsers = [{
browserName: "iphone",
platform: "OS X 10.8",
version: "6"
version: "7.0"
}, {
browserName: "iphone",
platform: "OS X 10.10",
version: "9.2"
}, {
browserName: "android",
Expand Down

0 comments on commit 1060644

Please sign in to comment.