Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/dom-testing-library/cheatsheet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ See [Async API](dom-testing-library/api-async.mdx). Remember to `await` or
> - **wait** (Promise) retry the function within until it stops throwing or
> times
> - **waitForElement** (Promise) retry the function until it returns an element
> or an array of elements
> - `findBy` and `findAllBy` queries are async and retry until either a timeout
> 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`
> - **waitForDomChange** (Promise) retry the function each time the DOM is
> changed

Expand Down