From dda65f76380a0e4248c857c1607f0bdf4a2e1876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aliz=C3=A9=20Debray?= Date: Wed, 13 Mar 2024 09:49:08 +0100 Subject: [PATCH] Update card.cy.ts --- packages/documentation/cypress/e2e/components/card.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },