File size: 274 Bytes
1e92f2d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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'],
});