File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ See [Async API](dom-testing-library/api-async.mdx). Remember to `await` or
9090>  -  ** wait**  (Promise) retry the function within until it stops throwing or
9191>   times
9292>  -  ** 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 ` 
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; they wrap 
95+ >   ` waitForElement ` 
9696>  -  ** waitForDomChange**  (Promise) retry the function each time the DOM is
9797>   changed
9898
                         You can’t perform that action at this time. 
           
                  
0 commit comments