Skip to content

Commit

Permalink
test: correct misconfigured saucelabs platform/OS combination
Browse files Browse the repository at this point in the history
Using Linux in certain combinations on Saucelabs can lead to unsupported errors
when initializing Saucelab environments prior to any actual testing.

(cherry picked from commit 5671306)
  • Loading branch information
clydin committed Dec 5, 2023
1 parent 7df4b06 commit e1eeb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/legacy-cli/e2e/assets/protractor-saucelabs.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exports.config = {
},
{
browserName: 'chrome',
platform: 'Linux',
platform: 'Windows 11',
version: '116',
tunnelIdentifier,
},
Expand All @@ -40,7 +40,7 @@ exports.config = {
{
browserName: 'firefox',
version: '102', // Latest Firefox ESR version as of Sep 2023
platform: 'Linux',
platform: 'Windows 11',
tunnelIdentifier,
},
{
Expand Down

0 comments on commit e1eeb36

Please sign in to comment.