diff --git a/protractor.saucelabs.config.js b/protractor.saucelabs.config.js index 18ad43d7c..3b04edb4b 100644 --- a/protractor.saucelabs.config.js +++ b/protractor.saucelabs.config.js @@ -93,7 +93,7 @@ exports.config = { // // TTFB - Chrome - ??? // newSaucelabsCapability('chrome', '44', 'macOS 10.12', 'TTFB'), // passed - 362 // newSaucelabsCapability('chrome', '107', 'Windows 7', 'TTFB'), // passed - 365 - newSaucelabsCapability('chrome', '49', 'Windows 7', 'TTFB'), // passed - ??? + newSaucelabsCapability('chrome', '50', 'Windows 7', 'TTFB'), // passed - ??? // newSaucelabsCapability('chrome', '44', 'OS X 10.10', 'TTFB'), // passed - 359 @@ -117,7 +117,7 @@ function newSaucelabsCapability(browserName, version, platform, metricName = '') version, platform, metricName, - name: isWebVitalsTest ? `${metricName} chrome 49, Windows 7` : 'weasel e2e', + name: isWebVitalsTest ? `${metricName} chrome 50, Windows 7` : 'weasel e2e', 'tunnel-identifier': 'github-action-tunnel', build: process.env.GITHUB_RUN_NUMBER, specs: ['test/e2e/12_webvitalsAsCustomEvent/*.spec.js'],