Skip to content

Commit 532eefb

Browse files
authored
Map - skip aria-prohibited-attr in accessibility tests (DevExpress#29060)
1 parent b3134ce commit 532eefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/demos/testing/common.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const getTestSpecificSkipRules = (testName) => {
5858
return ['label'];
5959
case 'Map-Markers':
6060
case 'Map-Routes':
61-
return ['aria-hidden-focus', 'image-alt', 'image-redundant-alt'];
61+
return ['aria-hidden-focus', 'image-alt', 'image-redundant-alt', 'aria-prohibited-attr'];
6262
default:
6363
return [];
6464
}

0 commit comments

Comments
 (0)