From d02ac9f8db4567c9847e6c5f637c055d27b7b262 Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Tue, 13 Dec 2022 12:31:52 -0800 Subject: [PATCH] fix(docs): TestOptions.screenshot typo (#19433) --- docs/src/test-api/class-testoptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-api/class-testoptions.md b/docs/src/test-api/class-testoptions.md index 7eb4a57cdc..a89ff9ddbe 100644 --- a/docs/src/test-api/class-testoptions.md +++ b/docs/src/test-api/class-testoptions.md @@ -190,7 +190,7 @@ Learn more about [various timeouts](../test-timeouts.md). ## property: TestOptions.screenshot * since: v1.10 -- type: <[Object]|[ScreenshotMode]<"off"|"on"||"only-on-failure">> +- type: <[Object]|[ScreenshotMode]<"off"|"on"|"only-on-failure">> - `mode` <[ScreenshotMode]<"off"|"on"|"only-on-failure">> Automatic screenshot mode. - `fullPage` ?<[boolean]> When true, takes a screenshot of the full scrollable page, instead of the currently visible viewport. Defaults to `false`. - `omitBackground` ?<[boolean]> Hides default white background and allows capturing screenshots with transparency. Not applicable to `jpeg` images. Defaults to `false`.