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:
parent
b5493680ce
commit
5316bb58f7
3 changed files with 1 additions and 74 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue