Skip to content

Commit

Permalink
docs(README): update examples link (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
moeyashi committed Nov 15, 2022
1 parent 4b7bfc1 commit 7926ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ cy.configureCypressTestingLibrary(config)
```

To show some simple examples (from
[cypress/integration/find.spec.js](cypress/integration/find.spec.js)):
[cypress/e2e/find.cy.js](cypress/e2e/find.cy.js)):

```javascript
cy.findAllByText('Button Text').should('exist')
Expand Down

0 comments on commit 7926ae6

Please sign in to comment.