Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cypress-testing-library/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import '@testing-library/cypress/add-commands';

You can now use all of `DOM Testing Library`'s `findBy`, `findAllBy`, `queryBy`
and `queryAllBy` commands off the global `cy` object.
[See the `DOM Testing Library` docs for reference](/docs/dom-testing-library/api-queries).
[See the `About queries` docs for reference](/docs/queries/about).

> Note: the `get*` queries are not supported because for reasonable Cypress
> tests you need retryability and `find*` queries already support that. `query*`
Expand Down