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 0592760 commit 7efbe46Copy full SHA for 7efbe46
docs/cypress-testing-library/intro.mdx
@@ -22,8 +22,7 @@ Add this line to your project's `cypress/support/commands.js`:
22
import '@testing-library/cypress/add-commands'
23
```
24
25
-You can now use all of `DOM Testing Library`'s `findBy`, `findAllBy`, `queryBy`
26
-and `queryAllBy` commands off the global `cy` object.
+You can now use some of `DOM Testing Library`'s `findBy`, and `findAllBy` commands off the global `cy` object.
27
[See the `About queries` docs for reference](/docs/queries/about).
28
29
> Note: the `get*` queries are not supported because for reasonable Cypress
0 commit comments