We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e890cc1 commit 06cb584Copy full SHA for 06cb584
cypress/integration/Form.spec.ts
@@ -9,6 +9,7 @@ describe('Form', () => {
9
10
function checkControlMessageAssociation() {
11
cy.get('@control')
12
+ .should('have.attr', 'aria-describedby')
13
.invoke('attr', 'aria-describedby')
14
.then((ariaDescribedby) =>
15
cy.get('@message').invoke('attr', 'id').should('equal', ariaDescribedby)
0 commit comments