Skip to content

Commit

Permalink
test(documentation): switch axe rule in card.cy.ts from prohibited to…
Browse files Browse the repository at this point in the history
… allowed aria attr rule
  • Loading branch information
oliverschuerch committed Mar 20, 2024
1 parent 316e288 commit df973e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/documentation/cypress/e2e/components/card.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('Card', () => {
'heading-order': {
enabled: false,
},
'aria-prohibited-attr': {
'aria-allowed-attr': {
// aria-label attribute is used as a prop on post-icon
enabled: false,
},
Expand Down

0 comments on commit df973e4

Please sign in to comment.