From: Chris Rebert Date: Fri, 13 Dec 2013 05:58:44 +0000 (-0800) Subject: Sauce tests: update to later browsers supported by OS X 10.9 X-Git-Tag: v3.1.0~145^2^2~16^2^2~1^2^2~3^2~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11863%2Fhead;p=thirdparty%2Fbootstrap.git Sauce tests: update to later browsers supported by OS X 10.9 --- diff --git a/Gruntfile.js b/Gruntfile.js index 89e7f42f33..aae80dc3df 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -238,13 +238,13 @@ module.exports = function (grunt) { // See https://saucelabs.com/docs/platforms/webdriver { browserName: 'safari', - version: '6', - platform: 'OS X 10.8' + version: '7', + platform: 'OS X 10.9' }, { browserName: 'chrome', - version: '28', - platform: 'OS X 10.6' + version: '31', + platform: 'OS X 10.9' }, /* FIXME: currently fails 1 tooltip test {