Skip to content

Commit

Permalink
fix for nativo triggering accessibility tests
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed Aug 8, 2024
1 parent 4f7cb30 commit 2ec3055
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress/support/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ export const axeConfig = {
retries: 3,
interval: 500,
includedImpacts: ['critical', 'serious'],
rules: {
// triggered by inserted nativo iframes that we can't control
'frame-title': { enabled: false },
},
}

export function logViolations(violations) {
Expand Down

0 comments on commit 2ec3055

Please sign in to comment.