Skip to content

Commit 15a0b34

Browse files
refactor: enable MacOS tests again (#4665)
* refactor: enable MacOS tests again * Update 01-init-playwright.yml * test: enforce relevant changes for a screen reader test * Update 01-init-playwright.yml * Update 02-e2e-screen-reader.yml * auto update snapshots (#4666) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update page.lite.tsx * auto update snapshots (#4667) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8414daa commit 15a0b34

File tree

9 files changed

+2
-6
lines changed

9 files changed

+2
-6
lines changed

.github/workflows/01-init-playwright.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
# TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable
18-
# os: [macos-13, windows-2022]
19-
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
17+
os: [macos-14, windows-2022]
2018
steps:
2119
- name: ⏬ Checkout repo
2220
uses: actions/checkout@v4

.github/workflows/02-e2e-screen-reader.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
# TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable
22-
# os: [macos-13, windows-2022]
23-
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
21+
os: [macos-14, windows-2022]
2422
shardIndex: [1, 2, 3, 4]
2523
shardTotal: [4]
2624
steps:
Loading
Loading
Loading
0 Bytes
Loading
Loading
-10 Bytes
Loading
Loading

0 commit comments

Comments
 (0)