aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-02-24 13:44:40 -0800
committerChris Rebert <[email protected]>2014-02-24 13:44:40 -0800
commit113fc1ded0ae49cec9c8f5a99060661976fd1ff3 (patch)
tree1a2d56c7a3e153064c0b446ad85e6b5384a81b66
parentaf83e569c35e7f3732b34d599126ffe2aa207d82 (diff)
parent8556fa44a3d907be6282758f4fb769b50e2386f4 (diff)
downloadbootstrap-113fc1ded0ae49cec9c8f5a99060661976fd1ff3.tar.xz
bootstrap-113fc1ded0ae49cec9c8f5a99060661976fd1ff3.zip
Merge pull request #12834 from twbs/sauce-chrome-name
switch browserName from "googlechrome" to "chrome"
-rw-r--r--test-infra/sauce_browsers.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test-infra/sauce_browsers.yml b/test-infra/sauce_browsers.yml
index b9228a129..4c1e011d3 100644
--- a/test-infra/sauce_browsers.yml
+++ b/test-infra/sauce_browsers.yml
@@ -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"
},
{