From 06cb5841010e536e1fc39ed13ad8b21c8d30e39a Mon Sep 17 00:00:00 2001 From: Vlad Moroz Date: Wed, 5 Jun 2024 10:09:08 +0200 Subject: [PATCH] Flaky cypress test? --- cypress/integration/Form.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/integration/Form.spec.ts b/cypress/integration/Form.spec.ts index 00795b22c..df6893770 100644 --- a/cypress/integration/Form.spec.ts +++ b/cypress/integration/Form.spec.ts @@ -9,6 +9,7 @@ describe('Form', () => { function checkControlMessageAssociation() { cy.get('@control') + .should('have.attr', 'aria-describedby') .invoke('attr', 'aria-describedby') .then((ariaDescribedby) => cy.get('@message').invoke('attr', 'id').should('equal', ariaDescribedby)