Skip to content

Commit 7efbe46

Browse files
chore: Improve docs with removing misleading statement on query API in cypress-testing-library (#1344)
1 parent 0592760 commit 7efbe46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/cypress-testing-library/intro.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ Add this line to your project's `cypress/support/commands.js`:
2222
import '@testing-library/cypress/add-commands'
2323
```
2424

25-
You can now use all of `DOM Testing Library`'s `findBy`, `findAllBy`, `queryBy`
26-
and `queryAllBy` commands off the global `cy` object.
25+
You can now use some of `DOM Testing Library`'s `findBy`, and `findAllBy` commands off the global `cy` object.
2726
[See the `About queries` docs for reference](/docs/queries/about).
2827

2928
> Note: the `get*` queries are not supported because for reasonable Cypress

0 commit comments

Comments
 (0)