Files
ant-design/components/progress/__tests__/a11y.test.ts
Jony J 5bccf7713a test: add a11y test for all components demo (#51372)
* 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
2025-01-27 23:49:40 +08:00

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'],
});