Skip to content

Commit 06cb584

Browse files
author
Vlad Moroz
committed
Flaky cypress test?
1 parent e890cc1 commit 06cb584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/integration/Form.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ describe('Form', () => {
99

1010
function checkControlMessageAssociation() {
1111
cy.get('@control')
12+
.should('have.attr', 'aria-describedby')
1213
.invoke('attr', 'aria-describedby')
1314
.then((ariaDescribedby) =>
1415
cy.get('@message').invoke('attr', 'id').should('equal', ariaDescribedby)

0 commit comments

Comments
 (0)