Skip to content

Commit 7926ae6

Browse files
authored
docs(README): update examples link (#228)
1 parent 4b7bfc1 commit 7926ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ cy.configureCypressTestingLibrary(config)
128128
```
129129

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

133133
```javascript
134134
cy.findAllByText('Button Text').should('exist')

0 commit comments

Comments
 (0)