Skip to content

Commit

Permalink
LCP - Chrome - 78, Windows 7
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 14, 2024
1 parent 5678888 commit 48e96ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ exports.config = {

// Testing
// LCP - Chrome
newSaucelabsCapability('chrome', '78', 'macOS 10.15'),
// newSaucelabsCapability('chrome', '78', 'Windows 7'),
// newSaucelabsCapability('chrome', '78', 'macOS 10.15'), // passed - 315
newSaucelabsCapability('chrome', '78', 'Windows 7'),
// newSaucelabsCapability('chrome', '78', 'OS X 10.10'),

// LCP - firefox - osx with firefox 122 not supporting from sauceLab config
Expand All @@ -54,7 +54,7 @@ function newSaucelabsCapability(browserName, version, platform) {
browserName,
version,
platform,
name: 'LCP - Chrome - 78, macOS 10.15',
name: 'LCP - Chrome - 78, Windows 7',
'tunnel-identifier': 'github-action-tunnel',
build: process.env.GITHUB_RUN_NUMBER
};
Expand Down

0 comments on commit 48e96ef

Please sign in to comment.