You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/browser/playwright.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,3 +78,19 @@ Vitest awlays sets `ignoreHTTPSErrors` to `true` in case your server is served v
78
78
79
79
It is also recommended to use [`test.browser.viewport`](/config/#browser-headless) instead of specifying it here as it will be lost when tests are running in headless mode.
80
80
:::
81
+
82
+
## `actionTimeout` <Version>2.2.0</Version>
83
+
84
+
-**Default:** no timeout, 1 second before 2.2.0
85
+
86
+
This value configures the default timeout it takes for Playwright to wait until all accessibility checks pass and [the action](/guide/browser/interactivity-api) is actually done.
87
+
88
+
You can also configure the action timeout per-action:
0 commit comments