From 92359257c1f566b655a417498086e145e4e3db1c Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 14 Sep 2016 11:15:34 -0700 Subject: [PATCH] Update tested Chrome version in sauce. --- test/saucelabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/saucelabs.js b/test/saucelabs.js index 1f25224de..96414f560 100644 --- a/test/saucelabs.js +++ b/test/saucelabs.js @@ -104,8 +104,8 @@ var browserNameMap = { /** List of platforms to load the runner on. */ var platforms = [ ['Linux', 'android', '5.1'], + ['Windows 10', 'chrome', '53'], ['Windows 10', 'chrome', '52'], - ['Windows 10', 'chrome', '51'], ['Windows 10', 'firefox', '48'], ['Windows 10', 'firefox', '47'], ['Windows 10', 'microsoftedge', '13'],