Remove find.ts and custom commands on Cypress Testing Library (#10544)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
Suguru Hirahara 2023-04-12 07:26:12 +00:00 committed by GitHub
parent b5493680ce
commit 5316bb58f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 74 deletions

View file

@ -158,9 +158,7 @@ creation that can be called to set up tests.
Like for instance a user will not look for a button by querying a CSS selector. Instead you should work
with roles / labels etc.. You can make use of `cy.findBy…` queries provided by
[Cypress Testing Library](https://github.com/testing-library/cypress-testing-library) and some convencience
commands, such as `findButton(name)` or `findTextbox(name)`.
See [`/cypress/support/find.ts`](../cypress/support/find.ts) for a complete list.
[Cypress Testing Library](https://github.com/testing-library/cypress-testing-library).
### Using matrix-js-sdk