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 0b73b69 commit ef19bc4Copy full SHA for ef19bc4
README.md
@@ -112,7 +112,7 @@ To show some simple examples (from
112
cy.queryByText('Button Text').should('exist')
113
cy.queryByText('Non-existing Button Text').should('not.exist')
114
cy.queryByLabelText('Label text', {timeout: 7000}).should('exist')
115
-cy.findAllByText('Jackie Chan').click({multiple: true})
+cy.findAllByText('Jackie Chan').eq(0).click();
116
cy.get('form').within(() => {
117
cy.findByText('Button Text').should('exist')
118
})
0 commit comments