Skip to content

Commit

Permalink
Use supported version for post-release tests (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed May 28, 2024
1 parent 585a209 commit a9f44fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/fixtures/post-release/.sauce/config_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rootDir: .
playwright:
# CAUTION: This has to be an already deployed framework version in the cloud. Not necessarily the one you want to test.
# Then use --runner-version to specify the release you actually want to use.
version: 1.29.2
version: 1.43.1
suites:
- name: "Post Release Test (macOS) - chromium"
platformName: "macOS 12"
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/post-release/.sauce/config_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rootDir: .
playwright:
# CAUTION: This has to be an already deployed framework version in the cloud. Not necessarily the one you want to test.
# Then use --runner-version to specify the release you actually want to use.
version: 1.29.2
version: 1.43.1
suites:
- name: "Post Release Test (Windows) - chromium"
platformName: "Windows 10"
Expand Down

0 comments on commit a9f44fa

Please sign in to comment.