Skip to content

Commit

Permalink
Merge pull request #3214 from salesforce-ux/chore/axe-filter
Browse files Browse the repository at this point in the history
chore(axe): Filter out some problem elements to axe
  • Loading branch information
SiTaggart authored Apr 19, 2018
2 parents 4bbe9b8 + c1fa641 commit abfed04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/gulp/accessibility/axe.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default (paths, done) =>
bypass: { enabled: false }
}
},
exclude: '#GoogleMapID',
exclude:
'#GoogleMapID, table[role="treegrid"] tr[aria-posinset], abbr.slds-avatar__initials, abbr.slds-indicator_unsaved',
urls: paths,
showOnlyViolations: true
},
Expand Down

0 comments on commit abfed04

Please sign in to comment.