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`:
66
66
67
-
// TODO
67
+
```
68
+
import 'cypress-testing-library/add-commands';
69
+
```
70
+
71
+
You can now use all of `dom-testing-library`'s `getBy` and `getAllBy` commands. [See `dom-testing-library` repo for reference](https://github.com/kentcdodds/dom-testing-library#usage)
0 commit comments