ant-design/components/steps/__tests__/a11y.test.ts
二货爱吃白萝卜 ff614114c0
refactor: Rename Steps labelPlacement to titlePlacement (#53873)
* refactor: labelPlacement

* test: update snapshot
2025-05-20 18:00:38 +08:00

7 lines
219 B
TypeScript

import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
accessibilityDemoTest('steps', {
// we can set aria attribute to fix it
skip: ['inline.tsx', 'title-placement.tsx', 'progress.tsx'],
});