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
Add this line to your project's `cypress/support/commands.js`:
97
97
98
98
```
99
-
import '@testing-library/cypress/add-commands';
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 `getBy`, `getAllBy`, `queryBy`
103
103
and `queryAllBy` commands.
104
-
[See the `dom-testing-library` docs for reference](https://testing-library.com)
104
+
[See the `DOM Testing Library` docs for reference](https://testing-library.com)
105
105
106
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