We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50120d commit b2e6dc7Copy full SHA for b2e6dc7
1 file changed
docs/dom-testing-library/cheatsheet.mdx
@@ -90,9 +90,9 @@ See [Async API](dom-testing-library/api-async.mdx). Remember to `await` or
90
> - **wait** (Promise) retry the function within until it stops throwing or
91
> times
92
> - **waitForElement** (Promise) retry the function until it returns an element
93
-> or an array of elements
94
-> - `findBy` and `findAllBy` queries are async and retry until either a timeout
95
-> or if the query returns successfully; they wrap `waitForElement`
+> or an array of elements. The `findBy` and `findAllBy` queries are async and
+> retry until the query returns successfully, or when the query times out; they wrap
+> `waitForElement`
96
> - **waitForDomChange** (Promise) retry the function each time the DOM is
97
> changed
98
0 commit comments