Skip to content

Commit

Permalink
LCP ALL PASS CASES - RETEST
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 14, 2024
1 parent e0aa42a commit f726aa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ exports.config = {
// newSaucelabsCapability('chrome', '103', 'OS X 10.11'),
// newSaucelabsCapability('firefox', '126', 'macOS 11.00'),

// LCP
// LCP - MicrosoftEdge - PASSED
newSaucelabsCapability('MicrosoftEdge', '80', 'macOS 10.12'),
newSaucelabsCapability('MicrosoftEdge', '80', 'Windows 10'),
Expand Down Expand Up @@ -54,7 +55,7 @@ function newSaucelabsCapability(browserName, version, platform) {
browserName,
version,
platform,
name: 'LCP - firefox - 124, macOS 10.15',
name: 'LCP ALL PASS CASES - RETEST',
'tunnel-identifier': 'github-action-tunnel',
build: process.env.GITHUB_RUN_NUMBER
};
Expand Down

0 comments on commit f726aa7

Please sign in to comment.