From 8556fa44a3d907be6282758f4fb769b50e2386f4 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 24 Feb 2014 13:10:25 -0800 Subject: [PATCH] switch browserName from "googlechrome" to "chrome" per @Jonahss in #12647 --- test-infra/sauce_browsers.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-infra/sauce_browsers.yml b/test-infra/sauce_browsers.yml index b9228a129b..4c1e011d30 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" }, { -- 2.47.2