Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 5316bb5

Browse files
authored
Remove find.ts and custom commands on Cypress Testing Library (#10544)
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent b549368 commit 5316bb5

File tree

3 files changed

+1
-74
lines changed

3 files changed

+1
-74
lines changed

cypress/support/e2e.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ import "./network";
3838
import "./composer";
3939
import "./proxy";
4040
import "./axe";
41-
import "./find";

cypress/support/find.ts

Lines changed: 0 additions & 70 deletions
This file was deleted.

docs/cypress.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,7 @@ creation that can be called to set up tests.
158158

159159
Like for instance a user will not look for a button by querying a CSS selector. Instead you should work
160160
with roles / labels etc.. You can make use of `cy.findBy…` queries provided by
161-
[Cypress Testing Library](https://github.com/testing-library/cypress-testing-library) and some convencience
162-
commands, such as `findButton(name)` or `findTextbox(name)`.
163-
See [`/cypress/support/find.ts`](../cypress/support/find.ts) for a complete list.
161+
[Cypress Testing Library](https://github.com/testing-library/cypress-testing-library).
164162

165163
### Using matrix-js-sdk
166164

0 commit comments

Comments
 (0)