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 e890cc1 commit 06cb584
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 @@ -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)
Expand Down

0 comments on commit 06cb584

Please sign in to comment.