You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typings are defined in `@types/testing-library__cypress` at [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__cypress),
80
+
Typings are defined in `@types/testing-library__cypress` at
and should be added as follows in `tsconfig.json`:
83
83
84
84
```json
@@ -99,25 +99,26 @@ Add this line to your project's `cypress/support/commands.js`:
99
99
import '@testing-library/cypress/add-commands'
100
100
```
101
101
102
-
You can now use all of `DOM Testing Library`'s `getBy`, `getAllBy`, `queryBy`
102
+
You can now use all of `DOM Testing Library`'s `findBy`, `findAllBy`, `queryBy`
103
103
and `queryAllBy` commands.
104
104
[See the `DOM Testing Library` docs for reference](https://testing-library.com)
105
105
106
-
You can find [all Library definitions here](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__cypress/index.d.ts).
0 commit comments