We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60ba8d8 + 0a2446b commit ee349a8Copy full SHA for ee349a8
lib/core/utils/get-selector.js
@@ -83,6 +83,7 @@ function countSort(a, b) {
83
function filterAttributes(at) {
84
return (
85
!ignoredAttributes.includes(at.name) &&
86
+ !/data-percy-/.test(at.name) &&
87
at.name.indexOf(':') === -1 &&
88
(!at.value || at.value.length < MAXATTRIBUTELENGTH)
89
);
0 commit comments