mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Sauce tests: update to later browsers supported by OS X 10.9
This commit is contained in:
parent
1bce8c9301
commit
56d89ed7ae
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue