diff options
| author | Chris Rebert <[email protected]> | 2014-02-24 13:10:25 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-24 13:11:17 -0800 |
| commit | 8556fa44a3d907be6282758f4fb769b50e2386f4 (patch) | |
| tree | 1a2d56c7a3e153064c0b446ad85e6b5384a81b66 | |
| parent | af83e569c35e7f3732b34d599126ffe2aa207d82 (diff) | |
| download | bootstrap-8556fa44a3d907be6282758f4fb769b50e2386f4.tar.xz bootstrap-8556fa44a3d907be6282758f4fb769b50e2386f4.zip | |
switch browserName from "googlechrome" to "chrome" per @Jonahss in #12647
| -rw-r--r-- | test-infra/sauce_browsers.yml | 6 |
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" }, { |
