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
{{ message }}
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
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