mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs(expect): default timeout (#9658)
This commit is contained in:
parent
68c9fce507
commit
ddb70a6d35
@ -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`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user