diff --git a/protractor.saucelabs.config.js b/protractor.saucelabs.config.js index 7bbde11db..43376a3d8 100644 --- a/protractor.saucelabs.config.js +++ b/protractor.saucelabs.config.js @@ -108,15 +108,15 @@ exports.config = { // newSaucelabsCapability('MicrosoftEdge', '92', 'Windows 10', 'FCP'), // passed - 417 // newSaucelabsCapability('MicrosoftEdge', '79', 'OS X 10.10', 'FCP'), // passed - 408 - // // FCP - Chrome - TEST + // // FCP - Chrome - PASSED // newSaucelabsCapability('chrome', '6OS 10.12', 'FCP'), // passed - 392 // newSaucelabsCapability('chrome', '74', 'Windows 7', 'FCP'), // passed - 411 // newSaucelabsCapability('chrome', '85', 'OS X 10.10', 'FCP'), // passed - 397 // // FCP firefox - TEST - // newSaucelabsCapability('firefox', '84', 'macOS 10.12', 'FCP'), // TEST - - newSaucelabsCapability('firefox', '84', 'Windows 7', 'FCP'), // TEST - + // newSaucelabsCapability('firefox', '84', 'macOS 10.12', 'FCP'), // passed - 418 + newSaucelabsCapability('firefox', '90', 'Windows 7', 'FCP'), // TEST - 419 // // FCP safari - TEST // newSaucelabsCapability('safari', '14.1', 'macOS 10.12', 'FCP'), // TEST - @@ -137,7 +137,7 @@ function newSaucelabsCapability(browserName, version, platform, metricName = '') version, platform, metricName, - name: isWebVitalsTest ? `${metricName} firefox 84, Windows 7` : 'weasel e2e', + name: isWebVitalsTest ? `${metricName} firefox 90, Windows 7` : 'weasel e2e', 'tunnel-identifier': 'github-action-tunnel', build: process.env.GITHUB_RUN_NUMBER, specs: ['test/e2e/12_webvitalsAsCustomEvent/*.spec.js'],