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
Copy file name to clipboardExpand all lines: packages/gatsby-cypress/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Once imported, the following additional commands are available:
41
41
cy.getTestElement("btn-to-test").click()
42
42
```
43
43
44
-
> **NOTE:** It’s recommended not to use test IDs. Instead, consider using [`cypress-testing-library`](https://github.com/kentcdodds/cypress-testing-library) and relying on `getByText` instead.
44
+
> **NOTE:** It’s recommended not to use test IDs. Instead, consider using [`cypress-testing-library`](https://github.com/testing-library/cypress-testing-library) and relying on `findByText` instead.
0 commit comments