Skip to content

Commit a9f44fa

Browse files
authored
Use supported version for post-release tests (#261)
1 parent 585a209 commit a9f44fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fixtures/post-release/.sauce/config_mac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rootDir: .
1010
playwright:
1111
# CAUTION: This has to be an already deployed framework version in the cloud. Not necessarily the one you want to test.
1212
# Then use --runner-version to specify the release you actually want to use.
13-
version: 1.29.2
13+
version: 1.43.1
1414
suites:
1515
- name: "Post Release Test (macOS) - chromium"
1616
platformName: "macOS 12"

tests/fixtures/post-release/.sauce/config_win.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rootDir: .
1010
playwright:
1111
# CAUTION: This has to be an already deployed framework version in the cloud. Not necessarily the one you want to test.
1212
# Then use --runner-version to specify the release you actually want to use.
13-
version: 1.29.2
13+
version: 1.43.1
1414
suites:
1515
- name: "Post Release Test (Windows) - chromium"
1616
platformName: "Windows 10"

0 commit comments

Comments
 (0)