mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
* test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * fix: test case * test: add a11y test * chore: code comment adjust
9 lines
274 B
TypeScript
9 lines
274 B
TypeScript
import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
|
|
|
|
accessibilityDemoTest('progress', {
|
|
// we can set aria attribute to fix it
|
|
disabledRules: ['aria-progressbar-name'],
|
|
// we can set aria attribute to fix it
|
|
skip: ['circle-steps.tsx'],
|
|
});
|