Skip to content

Commit

Permalink
wip try a valid screen size
Browse files Browse the repository at this point in the history
> WRN Suite errored. error="job start failed (404): Misconfigured -- Resolution you specified is not available for this OS/browser/version/device combo: OS: 'Mac 13', Browser: 'googlechrome', Version: '129.0.6668.59', Device: 'unspecified', Screen Resolution: '1920x1080'; available resolutions: '1024x768', '1152x864', '1280x960', '1376x1032', '1440x900', '1600x1200', '1920x1440', '2048x1536'"
  • Loading branch information
mhsdesign committed Sep 26, 2024
1 parent ae48b7f commit 99e989f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .sauce/config1Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ suites:
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "macOS 13"
screenResolution: "1920x1080"
screenResolution: "1600x1200"
smartRetry:
failedOnly: true
npm:
Expand Down
2 changes: 1 addition & 1 deletion .sauce/config2Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ suites:
src:
- "Tests/IntegrationTests/Fixtures/2Dimension/*.e2e.js"
platformName: "macOS 13"
screenResolution: "1920x1080"
screenResolution: "1600x1200"
smartRetry:
failedOnly: true
npm:
Expand Down

0 comments on commit 99e989f

Please sign in to comment.