Skip to content

Commit ce28fc4

Browse files
authored
fix accessibility testing (#34054)
1 parent 04d6418 commit ce28fc4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/demos/testing/common.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ const getTestSpecificSkipRules = (testName) => {
3838
return ['empty-table-header'];
3939
case 'Localization-UsingGlobalize':
4040
return ['label'];
41+
case 'Form-Grouping':
42+
case 'Stepper-StepTemplate':
43+
case 'TabPanel-Overview':
44+
case 'Tabs-Overview':
45+
case 'Tabs-Selection':
46+
return ['aria-tab-name'];
4147
default:
4248
return [];
4349
}

0 commit comments

Comments
 (0)