ant-design/components/segmented/__tests__/a11y.test.ts
Jony J abf57ec990
feat: improve segmented accessibility (#52618)
* feat: improve rc-segmented accessibility

* test: update snapshot

* test: update snapshot

* test: update snapshot

* test: update snapshot
2025-02-07 17:38:47 +08:00

7 lines
208 B
TypeScript

import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
accessibilityDemoTest('segmented', {
// we can add aria attributes to fix it
skip: ['custom.tsx', 'size-consistent.tsx'],
});