Skip to content

Commit ee349a8

Browse files
authored
Merge pull request #107 from browserstack/release-3.2.0
Release 3.2.0
2 parents 60ba8d8 + 0a2446b commit ee349a8

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)