From 5090d98f35c20b21334a94e60c4fcb6f36b11238 Mon Sep 17 00:00:00 2001 From: SETHULAKSHMI-PM Date: Mon, 1 Jul 2024 15:48:54 +0530 Subject: [PATCH] firefox - 122 macOS 10.15, Windows 10 - TEST LCP --- protractor.saucelabs.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/protractor.saucelabs.config.js b/protractor.saucelabs.config.js index 5f29464f..108a0138 100644 --- a/protractor.saucelabs.config.js +++ b/protractor.saucelabs.config.js @@ -31,7 +31,9 @@ exports.config = { // ...generateSauceLabsCapabilities('chrome', '78', ['macOS 10.12', 'Windows 7', 'OS X 10.10'], { excludes: ['FID', 'INP', 'TTFB', 'FCP'] }), // PASSED 449 // // 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', 'Windows 10'], { excludes: ['CLS', 'INP'] }), + + ...generateSauceLabsCapabilities('firefox', '122', ['macOS 10.15', 'Windows 10'], { 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