Skip to content

Commit

Permalink
docs: format the deprecation section in DOM cheatsheet (#846)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Deschryver <[email protected]>
  • Loading branch information
huyenltnguyen and timdeschryver authored May 25, 2021
1 parent d50120d commit b2e6dc7
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit b2e6dc7

Please sign in to comment.