Skip to content

Commit

Permalink
firefox, 126, OS X 10.11 - LCP
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 13, 2024
1 parent 66af6c5 commit dd6e8fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports.config = {
// newSaucelabsCapability('chrome', '107', 'Windows 7'),
// newSaucelabsCapability('chrome', '125', 'macOS 11'),
// newSaucelabsCapability('chrome', '103', 'OS X 10.11'),
newSaucelabsCapability('firefox', '126', 'OS X 10.0')
newSaucelabsCapability('firefox', '126', 'OS X 10.11')
],
// Do not allow parallel test execution. Makes the test execution a lot
// slower, but the setup simpler.
Expand All @@ -37,7 +37,7 @@ function newSaucelabsCapability(browserName, version, platform) {
browserName,
version,
platform,
name: 'firefox, 126, OS X 10.0 - LCP',
name: 'firefox, 126, OS X 10.11 - LCP',
'tunnel-identifier': 'github-action-tunnel',
build: process.env.GITHUB_RUN_NUMBER
};
Expand Down

0 comments on commit dd6e8fe

Please sign in to comment.