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 4b7bfc1 commit 7926ae6Copy full SHA for 7926ae6
README.md
@@ -128,7 +128,7 @@ cy.configureCypressTestingLibrary(config)
128
```
129
130
To show some simple examples (from
131
-[cypress/integration/find.spec.js](cypress/integration/find.spec.js)):
+[cypress/e2e/find.cy.js](cypress/e2e/find.cy.js)):
132
133
```javascript
134
cy.findAllByText('Button Text').should('exist')
0 commit comments