diff --git a/cypress/support/a11y-support.ts b/cypress/support/a11y-support.ts index 04cdbf60f..a926539e5 100644 --- a/cypress/support/a11y-support.ts +++ b/cypress/support/a11y-support.ts @@ -9,6 +9,9 @@ afterEach(() => { 'body', { runOnly: ['wcag2a', 'wcag2aa', 'wcag21aa'], + rules: { + 'color-contrast': { enabled: false }, + }, }, // Define at the top of the spec file or just import it function terminalLog(violations) {