Skip to content

Commit

Permalink
Fix: Ignore aria rule on Sample Queries component (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElinorW authored Jan 31, 2024
1 parent bfee40c commit f643693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/accessibility/accessibility.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ test.describe('Accessibility', () => {
'landmark-unique',
'aria-allowed-attr',
'aria-required-children',
'color-contrast'
'color-contrast',
'aria-conditional-attr'
])
.analyze();
accessibilityScan.setLegacyMode(false);
Expand Down

0 comments on commit f643693

Please sign in to comment.