Skip to content

Commit 0161cf4

Browse files
author
SETHULAKSHMI-PM
committed
TEST
1 parent a56471b commit 0161cf4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

protractor.saucelabs.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ exports.config = {
2626
// ...generateSauceLabsCapabilities('chrome', '125', ['macOS 11'], { excludes: [] }), // PASSED 449
2727
// ...generateSauceLabsCapabilities('chrome', '103', ['OS X 10.11'], { excludes: [] }), // PASSED 449
2828

29-
// ...generateSauceLabsCapabilities('firefox', '126', ['macOS 11.00'], { excludes: ['CLS', 'INP', 'FCP'] }),// 449, 452, 453 failed, TEST
30-
31-
...generateSauceLabsCapabilities('firefox', '126', ['macOS 11.00'], { excludes: ['FID', 'CLS', 'INP', 'TTFB', 'FCP'] }),// TEST
32-
...generateSauceLabsCapabilities('firefox', '126', ['macOS 11.00'], { excludes: ['LCP', 'CLS', 'INP', 'TTFB', 'FCP'] }),// TEST
33-
...generateSauceLabsCapabilities('firefox', '126', ['macOS 11.00'], { excludes: ['LCP', 'FID', 'CLS', 'INP', 'FCP'] }),// TEST
29+
...generateSauceLabsCapabilities('firefox', '126', ['macOS 11.00'], { excludes: ['LCP', 'CLS', 'INP', 'TTFB', 'FCP'] }),// 449, 452, 453 failed, TEST
3430

3531
// ...generateSauceLabsCapabilities('MicrosoftEdge', '80', ['macOS 10.12', 'Windows 10', 'OS X 10.10'], { excludes: ['INP', 'TTFB', 'FCP'] }), // PASSED 449
3632
// ...generateSauceLabsCapabilities('chrome', '78', ['macOS 10.12', 'Windows 7', 'OS X 10.10'], { excludes: ['FID', 'INP', 'TTFB', 'FCP'] }), // PASSED 449

0 commit comments

Comments
 (0)