We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc149a7 commit 9177825Copy full SHA for 9177825
docs/dom-testing-library/api-async.mdx
@@ -45,7 +45,9 @@ function waitFor<T>(
45
```
46
47
When in need to wait for any period of time you can use `waitFor`, to wait for
48
-your expectations to pass. Here's a simple example:
+your expectations to pass. Returning _a falsy condition is not sufficient_ to
49
+trigger a retry, the callback must throw an error in order to retry the
50
+condition. Here's a simple example:
51
52
```javascript
53
// ...
0 commit comments