Switch from chrome to googlechrome browser name in saucelabs.js.

This commit is contained in:
John-David Dalton
2013-12-14 02:34:05 -08:00
parent 9c65a82430
commit f955309139

View File

@@ -59,9 +59,9 @@
/** List of platforms to load the runner on */ /** List of platforms to load the runner on */
var platforms = [ var platforms = [
['Windows 8.1', 'chrome', '31'], ['Windows 8.1', 'googlechrome', '31'],
['Windows 8.1', 'chrome', '28'], ['Windows 8.1', 'googlechrome', '28'],
['Windows 8.1', 'chrome', '26'], ['Windows 8.1', 'googlechrome', '26'],
['OS X 10.6', 'firefox', '25'], ['OS X 10.6', 'firefox', '25'],
['OS X 10.6', 'firefox', '20'], ['OS X 10.6', 'firefox', '20'],
['OS X 10.6', 'firefox', '10'], ['OS X 10.6', 'firefox', '10'],