ant-design/components/tree-select/__tests__/a11y.test.ts
Jony J 688a0a08c1
test: add a11y test for remaining components demo (#52717)
* test: add a11y test for remaining components demo

* chore: add time-out for a11y test function

* chore: fix
2025-02-10 10:30:32 +08:00

9 lines
251 B
TypeScript

import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
accessibilityDemoTest('tree-select', {
// we can set aria attributes to fix it
disabledRules: ['label'],
// skip internal debug demo
skip: ['render-panel.tsx'],
});