Skip to content

Commit 91616b3

Browse files
alan-agius4filipesilva
authored andcommitted
ci: fix saucelabs unsupported OS/browser/version/device combo
``` UnsupportedOperationError: Misconfigured -- Unsupported OS/browser/version/device combo: OS: 'Mac 10.15', Browser: 'safari', Version: '13.0.', Device: 'unspecified' ``` (cherry picked from commit 5a89465)
1 parent 9487958 commit 91616b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ exports.config = {
4141
{
4242
browserName: 'safari',
4343
platform: 'macOS 10.15',
44-
version: '13.0',
44+
version: '13.1',
4545
tunnelIdentifier,
4646
},
4747
{

0 commit comments

Comments
 (0)