Skip to content

Commit

Permalink
Add browserVersion: "latest" to firefox e2e test config
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Nov 7, 2024
1 parent fa5fd66 commit 641ad5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webui/test/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ suites:
- 'cypress/e2e/**/*.*'
- name: "Windows 11 - Firefox"
browser: firefox
browserVersion: "latest"
platformName: "Windows 11"
screenResolution: "1440x900"
config:
Expand All @@ -54,6 +55,7 @@ suites:
- 'cypress/e2e/**/*.*'
- name: "macOS 13 - Firefox"
browser: firefox
browserVersion: "latest"
platformName: "macOS 13"
screenResolution: "1440x900"
config:
Expand Down

0 comments on commit 641ad5e

Please sign in to comment.