We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cecc47 commit f9729ffCopy full SHA for f9729ff
docs/cypress-testing-library/intro.mdx
@@ -24,7 +24,7 @@ import '@testing-library/cypress/add-commands';
24
25
You can now use all of `DOM Testing Library`'s `findBy`, `findAllBy`, `queryBy`
26
and `queryAllBy` commands off the global `cy` object.
27
-[See the `DOM Testing Library` docs for reference](/docs/dom-testing-library/api-queries).
+[See the `About queries` docs for reference](/docs/queries/about).
28
29
> Note: the `get*` queries are not supported because for reasonable Cypress
30
> tests you need retryability and `find*` queries already support that. `query*`
0 commit comments