From 7adc312485e8b6dea2c93a1f0d209a5bc76d313a Mon Sep 17 00:00:00 2001 From: Vadim Shvetsov Date: Fri, 24 Nov 2023 19:08:34 +0100 Subject: [PATCH] chore: Improve docs with removing misleading statement on query API in cypress-testing-library --- docs/cypress-testing-library/intro.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/cypress-testing-library/intro.mdx b/docs/cypress-testing-library/intro.mdx index 8121a5be4..3c88d4d2b 100644 --- a/docs/cypress-testing-library/intro.mdx +++ b/docs/cypress-testing-library/intro.mdx @@ -22,8 +22,7 @@ Add this line to your project's `cypress/support/commands.js`: 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. +You can now use some of `DOM Testing Library`'s `findBy`, and `findAllBy` commands off the global `cy` object. [See the `About queries` docs for reference](/docs/queries/about). > Note: the `get*` queries are not supported because for reasonable Cypress