Skip to content

Commit

Permalink
fix: issue with screen reader test
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Jan 30, 2025
1 parent 8956351 commit be6055c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/02-e2e-screen-reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
env:
showcase: react-showcase
run: |
npm run test:screen-reader:${{ env.OS }} --workspace=react-showcase -- --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
npm run test:screen-reader:${{ matrix.os }} --workspace=react-showcase -- --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
- name: 🆙 Upload test results
if: failure()
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["(Default) Static","button, Interactive Button","link, Interactive Link","check box, not checked, Interactive Checkbox","checked","radio button, not checked, Interactive Radio 1","checked","radio button, not checked, Interactive Radio 2","Removeable","button, Remove tag",""]
["(Default) Static","button, Interactive Button","link, Interactive Link","check box, not checked, Interactive Checkbox","checked","Interactive Checkbox","","radio button, not checked, Interactive Radio 1","radio button, not checked, Interactive Radio 2","Removeable",""]

0 comments on commit be6055c

Please sign in to comment.