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 6c6c0b7 commit e74ddd4Copy full SHA for e74ddd4
README.md
@@ -106,7 +106,7 @@ and `queryAllBy` commands.
106
You can find [all Library definitions here](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__cypress/index.d.ts).
107
108
To show some simple examples (from
109
-[cypress/integration/commands.spec.js](cypress/integration/commands.spec.js)):
+[cypress/integration/query.spec.js](cypress/integration/query.spec.js) or [cypress/integration/find.spec.js](cypress/integration/find.spec.js)):
110
111
```javascript
112
cy.findAllByText('Jackie Chan').click()
0 commit comments