diff --git a/packages/documentation/cypress/e2e/components/card.cy.ts b/packages/documentation/cypress/e2e/components/card.cy.ts index 10462d1dcf..4e6dfc474d 100644 --- a/packages/documentation/cypress/e2e/components/card.cy.ts +++ b/packages/documentation/cypress/e2e/components/card.cy.ts @@ -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, },