There was an error while loading. Please reload this page.
1 parent 583b7d6 commit 748f0b3Copy full SHA for 748f0b3
docs/cypress-testing-library/intro.md
@@ -29,7 +29,7 @@ and `queryAllBy` commands.
29
## Examples
30
31
To show some simple examples (from
32
-[cypress/integration/commands.spec.js](cypress/integration/commands.spec.js)):
+[https://github.com/kentcdodds/cypress-testing-library/blob/master/cypress/integration/commands.spec.js](cypress/integration/commands.spec.js)):
33
34
```javascript
35
cy.getAllByText('Jackie Chan').click()
0 commit comments