mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-17 23:50:52 +08:00
7 lines
219 B
TypeScript
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'],
|
|
});
|