mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #12834 from twbs/sauce-chrome-name
switch browserName from "googlechrome" to "chrome"
This commit is contained in:
commit
113fc1ded0
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
platform: "OS X 10.9"
|
platform: "OS X 10.9"
|
||||||
},
|
},
|
||||||
# {
|
# {
|
||||||
# browserName: "googlechrome",
|
# browserName: "chrome",
|
||||||
# platform: "OS X 10.9",
|
# platform: "OS X 10.9",
|
||||||
# version: "31"
|
# version: "31"
|
||||||
# },
|
# },
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
# },
|
# },
|
||||||
|
|
||||||
{
|
{
|
||||||
browserName: "googlechrome",
|
browserName: "chrome",
|
||||||
platform: "Windows 8.1"
|
platform: "Windows 8.1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
|
|
||||||
# Linux (unofficial)
|
# Linux (unofficial)
|
||||||
{
|
{
|
||||||
browserName: "googlechrome",
|
browserName: "chrome",
|
||||||
platform: "Linux"
|
platform: "Linux"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue