From b549298c386d32c2f4a4b7b9ae9646b4c2594da4 Mon Sep 17 00:00:00 2001 From: SETHULAKSHMI-PM Date: Mon, 1 Jul 2024 17:20:30 +0530 Subject: [PATCH] firefox - 122, macOS 11, - LCP --- protractor.saucelabs.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protractor.saucelabs.config.js b/protractor.saucelabs.config.js index 3f7a3390..38f4ae2b 100644 --- a/protractor.saucelabs.config.js +++ b/protractor.saucelabs.config.js @@ -33,7 +33,7 @@ exports.config = { // // inconsistent TEST LCP - https://app.saucelabs.com/dashboard/tests?platform=Windows+10&platform=macOS+Catalina&browser=Firefox+122.0&ownerId=myorganization&ownerType=organization&ownerName=My+organization&search=LCP&start=alltime // ...generateSauceLabsCapabilities('firefox', '122', ['macOS 10.15', 'Windows 10'], { excludes: ['CLS', 'INP'] }), - ...generateSauceLabsCapabilities('firefox', '122', ['macOS 10.15'], { excludes: ['FID', 'CLS', 'INP', 'TTFB', 'FCP'] }), //test LCP + ...generateSauceLabsCapabilities('firefox', '122', ['macOS 11.00'], { excludes: ['FID', 'CLS', 'INP', 'TTFB', 'FCP'] }), //test LCP // ...generateSauceLabsCapabilities('chrome', '77', ['macOS 10.12', 'Windows 7', 'OS X 10.10'], { excludes: ['LCP', 'CLS', 'INP', 'TTFB', 'FCP'] }), // PASSED 449