From f1f02ebb4b59d18c76db1881a474ae6dff0bb7d8 Mon Sep 17 00:00:00 2001 From: Vlad Moroz Date: Wed, 5 Jun 2024 10:51:26 +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..e85454230 100644 --- a/cypress/integration/Form.spec.ts +++ b/cypress/integration/Form.spec.ts @@ -8,6 +8,7 @@ describe('Form', () => { }); function checkControlMessageAssociation() { + cy.get('@control').should('have.attr', 'aria-describedby'); cy.get('@control') .invoke('attr', 'aria-describedby') .then((ariaDescribedby) =>