Skip to content

Commit

Permalink
test: add a11y test
Browse files Browse the repository at this point in the history
  • Loading branch information
aojunhao123 committed Jan 27, 2025
1 parent a4eccc1 commit ce809a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/segmented/__tests__/a11y.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
accessibilityDemoTest('segmented', {
// we can add aria attributes to fix it
skip: ['custom.tsx', 'size-consistent.tsx'],
// waiting for rc-segmented fix
disabledRules: ['aria-allowed-attr'],
});

0 comments on commit ce809a8

Please sign in to comment.