docs(expect): default timeout (#9658)

This commit is contained in:
Yury Semikhatsky 2021-10-20 12:06:02 -07:00 committed by GitHub
parent 68c9fce507
commit ddb70a6d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ text. It will be re-fetching the node and checking it over and over, until the c
reached. You can either pass this timeout or configure it once via the [`property: TestProject.expect`] value reached. You can either pass this timeout or configure it once via the [`property: TestProject.expect`] value
in test config. in test config.
By default, the timeout for assertions is not set, so it'll wait forever, until the whole test times out. By default, the timeout for assertions is set to 5 seconds.
## expect(locator).toBeChecked ## expect(locator).toBeChecked
- `options` - `options`