2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Sauce tests: update to later browsers supported by OS X 10.9

This commit is contained in:
Chris Rebert
2013-12-12 21:58:44 -08:00
parent 1bce8c9301
commit 56d89ed7ae
+4 -4
View File
@@ -238,13 +238,13 @@ module.exports = function (grunt) {
// See https://saucelabs.com/docs/platforms/webdriver // See https://saucelabs.com/docs/platforms/webdriver
{ {
browserName: 'safari', browserName: 'safari',
version: '6', version: '7',
platform: 'OS X 10.8' platform: 'OS X 10.9'
}, },
{ {
browserName: 'chrome', browserName: 'chrome',
version: '28', version: '31',
platform: 'OS X 10.6' platform: 'OS X 10.9'
}, },
/* FIXME: currently fails 1 tooltip test /* FIXME: currently fails 1 tooltip test
{ {