Skip to content

Commit e1eeb36

Browse files
committed
test: correct misconfigured saucelabs platform/OS combination
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)
1 parent 7df4b06 commit e1eeb36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/legacy-cli/e2e/assets/protractor-saucelabs.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exports.config = {
2727
},
2828
{
2929
browserName: 'chrome',
30-
platform: 'Linux',
30+
platform: 'Windows 11',
3131
version: '116',
3232
tunnelIdentifier,
3333
},
@@ -40,7 +40,7 @@ exports.config = {
4040
{
4141
browserName: 'firefox',
4242
version: '102', // Latest Firefox ESR version as of Sep 2023
43-
platform: 'Linux',
43+
platform: 'Windows 11',
4444
tunnelIdentifier,
4545
},
4646
{

0 commit comments

Comments
 (0)