Skip to content

Commit

Permalink
Map - skip aria-prohibited-attr in accessibility tests (#29060)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedwag authored Feb 18, 2025
1 parent b3134ce commit 532eefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demos/testing/common.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const getTestSpecificSkipRules = (testName) => {
return ['label'];
case 'Map-Markers':
case 'Map-Routes':
return ['aria-hidden-focus', 'image-alt', 'image-redundant-alt'];
return ['aria-hidden-focus', 'image-alt', 'image-redundant-alt', 'aria-prohibited-attr'];
default:
return [];
}
Expand Down

0 comments on commit 532eefb

Please sign in to comment.