mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-01 13:16:55 +08:00

* test: add a11y test for remaining components demo * chore: add time-out for a11y test function * chore: fix
9 lines
237 B
TypeScript
9 lines
237 B
TypeScript
import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
|
|
|
|
accessibilityDemoTest('cascader', {
|
|
// we can set aria-label to fix it
|
|
disabledRules: ['label'],
|
|
// skip internal demo
|
|
skip: ['render-panel.tsx'],
|
|
});
|