mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-31 12:18:42 +08:00

* test: add a11y test for remaining components demo * chore: add time-out for a11y test function * chore: fix
7 lines
236 B
TypeScript
7 lines
236 B
TypeScript
import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
|
|
|
|
accessibilityDemoTest('form', {
|
|
// waiting for fix
|
|
disabledRules: ['label', 'aria-allowed-attr', 'button-name', 'listitem', 'aria-input-field-name'],
|
|
});
|