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 b29576f commit 1dfc3adCopy full SHA for 1dfc3ad
docs/cypress-testing-library/intro.md
@@ -29,7 +29,7 @@ and `queryAllBy` commands.
29
## Examples
30
31
To show some simple examples (from
32
-[https://github.com/kentcdodds/cypress-testing-library/blob/master/cypress/integration/commands.spec.js](cypress/integration/commands.spec.js)):
+[https://github.com/kentcdodds/cypress-testing-library/blob/master/cypress/integration/commands.spec.js](https://github.com/kentcdodds/cypress-testing-library/blob/master/cypress/integration/commands.spec.js)):
33
34
```javascript
35
cy.getAllByText('Jackie Chan').click()
0 commit comments