Skip to content

Commit

Permalink
Accessibility: Get rid of Autocomplete, Gallery and FileUploader demo…
Browse files Browse the repository at this point in the history
…s from exceptions
  • Loading branch information
marker-dao authored Jan 25, 2024
1 parent 9754b61 commit aa37f6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions testing/common.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const getTestSpecificSkipRules = (testName) => {
case 'DataGrid-HorizontalVirtualScrolling':
case 'DataGrid-PDFCellCustomization':
return ['empty-table-header'];
case 'Autocomplete-Overview':
case 'DataGrid-Filtering':
case 'DataGrid-FilterPanel':
case 'Localization-UsingGlobalize':
Expand All @@ -82,10 +81,7 @@ const getTestSpecificSkipRules = (testName) => {
case 'DataGrid-PDFExportImages':
case 'DataGrid-RowSelection':
case 'FilterBuilder-WithList':
case 'Gallery-Overview':
return ['image-alt'];
case 'FileUploader-FileSelection':
return ['label-title-only'];
default:
return [];
}
Expand Down

0 comments on commit aa37f6f

Please sign in to comment.