Commit 8556fa44 authored by Chris Rebert's avatar Chris Rebert

switch browserName from "googlechrome" to "chrome" per @Jonahss in #12647

parent af83e569
......@@ -6,7 +6,7 @@
platform: "OS X 10.9"
},
# {
# browserName: "googlechrome",
# browserName: "chrome",
# platform: "OS X 10.9",
# version: "31"
# },
......@@ -45,7 +45,7 @@
# },
{
browserName: "googlechrome",
browserName: "chrome",
platform: "Windows 8.1"
},
{
......@@ -65,7 +65,7 @@
# Linux (unofficial)
{
browserName: "googlechrome",
browserName: "chrome",
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