File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ return an empty array (`[]`) if no elements match.
3434
3535` findBy* ` queries return a promise which resolves when an element is found which
3636matches the given query. The promise is rejected if no element is found or if
37- more than one element is found after a default timeout of ` 4500 ` ms. If you need
37+ more than one element is found after a default timeout of ` 1000 ` ms. If you need
3838to find more than one element, then use ` findAllBy ` .
3939
4040> Note, this is a simple combination of ` getBy* ` queries and
@@ -46,7 +46,7 @@ to find more than one element, then use `findAllBy`.
4646
4747` findAllBy* ` queries return a promise which resolves to an array of elements
4848when any elements are found which match the given query. The promise is rejected
49- if no elements are found after a default timeout of ` 4500 ` ms.
49+ if no elements are found after a default timeout of ` 1000 ` ms.
5050
5151## Options
5252
You can’t perform that action at this time.
0 commit comments