We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8feda16 commit 872109fCopy full SHA for 872109f
1 file changed
docs/dom-testing-library/cheatsheet.mdx
@@ -88,7 +88,7 @@ See [Async API](dom-testing-library/api-async.mdx). Remember to `await` or
88
> **Deprecated since v7.0.0:**
89
>
90
> - **wait** (Promise) retry the function within until it stops throwing or
91
-> times
+> times out
92
> - **waitForElement** (Promise) retry the function until it returns an element
93
> or an array of elements. The `findBy` and `findAllBy` queries are async and
94
> retry until the query returns successfully, or when the query times out;
0 commit comments