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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ Unique methods, not part of **@testing-library/dom**
137
137
138
138
---
139
139
140
-
The **[@testing-library/dom](https://github.com/testing-library/dom-testing-library#usage)** — All **`get*`**and **`query*`** methods are supported.
140
+
The **[@testing-library/dom](https://github.com/testing-library/dom-testing-library#usage)** — All **`get*`**, **`query*`**, and **`find*`** methods are supported.
141
141
142
142
-`getQueriesForElement(handle: ElementHandle): ElementHandle & QueryUtils` - extend the input object with the query API and return it
143
143
-`getNodeText(handle: ElementHandle): Promise<string>` - get the text content of the element
0 commit comments