Commit 113fc1de authored by Chris Rebert's avatar Chris Rebert

Merge pull request #12834 from twbs/sauce-chrome-name

switch browserName from "googlechrome" to "chrome"
parents af83e569 8556fa44
...@@ -6,7 +6,7 @@ ...@@ -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 @@ ...@@ -45,7 +45,7 @@
# }, # },
{ {
browserName: "googlechrome", browserName: "chrome",
platform: "Windows 8.1" platform: "Windows 8.1"
}, },
{ {
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
# Linux (unofficial) # Linux (unofficial)
{ {
browserName: "googlechrome", browserName: "chrome",
platform: "Linux" platform: "Linux"
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment