Skip to content

Commit

Permalink
chore: disable color-constrast check for axe (#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn authored Dec 15, 2016
1 parent 8f73f63 commit 2897b9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ const config = {
rules: [
// Exclude md-menu elements because those are empty if not active.
{ id: 'aria-required-children', selector: '*:not(md-menu)' },

// Disable color constrast checks since the final colors will vary based on the theme.
{ id: 'color-contrast', enabled: false },
]
}
]
Expand Down

0 comments on commit 2897b9b

Please sign in to comment.