Skip to content

Commit

Permalink
wip reset screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Sep 27, 2024
1 parent 7635925 commit f06551e
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 @@ -28,7 +28,7 @@ suites:
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "macOS 13"
screenResolution: "1600x1200"
screenResolution: "1440x900"
npm:
dependencies:
- testcafe-react-selectors
Expand Down
2 changes: 1 addition & 1 deletion .sauce/config2Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ suites:
src:
- "Tests/IntegrationTests/Fixtures/2Dimension/*.e2e.js"
platformName: "macOS 13"
screenResolution: "1600x1200"
screenResolution: "1440x900"
npm:
dependencies:
- testcafe-react-selectors
Expand Down

0 comments on commit f06551e

Please sign in to comment.