Skip to content

Commit

Permalink
Merge pull request #107 from browserstack/release-3.2.0
Browse files Browse the repository at this point in the history
Release 3.2.0
  • Loading branch information
ansh21 authored Oct 30, 2024
2 parents 60ba8d8 + 0a2446b commit ee349a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core/utils/get-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ function countSort(a, b) {
function filterAttributes(at) {
return (
!ignoredAttributes.includes(at.name) &&
!/data-percy-/.test(at.name) &&
at.name.indexOf(':') === -1 &&
(!at.value || at.value.length < MAXATTRIBUTELENGTH)
);
Expand Down

0 comments on commit ee349a8

Please sign in to comment.