Skip to content

Commit

Permalink
FID - firefox - 90, Windows 7
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 17, 2024
1 parent 13ce830 commit c6075f4
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 @@ -62,6 +62,7 @@ exports.config = {
// FID - OS X 10.10 with firefox 90 not supporting from sauceLab config
// FID - OS X 10.11 with firefox 90 not supporting from sauceLab config
newSaucelabsCapability('firefox', '90', 'macOS 10.12'), // TRY
newSaucelabsCapability('firefox', '90', 'Windows 7'), // TRY
],
// Do not allow parallel test execution. Makes the test execution a lot
// slower, but the setup simpler.
Expand All @@ -76,7 +77,7 @@ function newSaucelabsCapability(browserName, version, platform) {
browserName,
version,
platform,
name: 'FID - firefox - 90, macOS 10.12',
name: 'FID - firefox - 90, Windows 7',
'tunnel-identifier': 'github-action-tunnel',
build: process.env.GITHUB_RUN_NUMBER
};
Expand Down

0 comments on commit c6075f4

Please sign in to comment.