Skip to content

Commit

Permalink
Flaky cypress test?
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Moroz committed Jun 5, 2024
1 parent e2f4e2e commit f1f02eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/integration/Form.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down

0 comments on commit f1f02eb

Please sign in to comment.