Skip to content

Commit dbffe01

Browse files
committed
Merge branch 'main' into AXE-674_add-severity-passes
2 parents 95531ff + ee349a8 commit dbffe01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/core/utils/get-selector.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ function countSort(a, b) {
8383
function filterAttributes(at) {
8484
return (
8585
!ignoredAttributes.includes(at.name) &&
86+
!/data-percy-/.test(at.name) &&
8687
at.name.indexOf(':') === -1 &&
8788
(!at.value || at.value.length < MAXATTRIBUTELENGTH)
8889
);

0 commit comments

Comments
 (0)