Skip to content

Commit

Permalink
TASK: Use Chrome on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Sep 27, 2024
1 parent df16008 commit 4b4216c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .sauce/config1Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ suites:
screenResolution: "1280x1024"
smartRetry:
failedOnly: true
- name: "One dimensional Tests in Firefox on MacOS"
browserName: "firefox"
- name: "One dimensional Tests in Chrome on MacOS"
browserName: "chrome"
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "macOS 13"
Expand Down
4 changes: 2 additions & 2 deletions .sauce/config2Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ suites:
screenResolution: "1280x1024"
smartRetry:
failedOnly: true
- name: "Two dimensional Tests in Firefox on MacOS"
browserName: "firefox"
- name: "Two dimensional Tests in Chrome on MacOS"
browserName: "chrome"
src:
- "Tests/IntegrationTests/Fixtures/2Dimension/*.e2e.js"
platformName: "macOS 13"
Expand Down

0 comments on commit 4b4216c

Please sign in to comment.