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.
1 parent 8f73f63 commit 2897b9bCopy full SHA for 2897b9b
test/protractor.conf.js
@@ -27,6 +27,9 @@ const config = {
27
rules: [
28
// Exclude md-menu elements because those are empty if not active.
29
{ id: 'aria-required-children', selector: '*:not(md-menu)' },
30
+
31
+ // Disable color constrast checks since the final colors will vary based on the theme.
32
+ { id: 'color-contrast', enabled: false },
33
]
34
}
35
0 commit comments