From 98de04f1ac833291ff9a7e5a70545331a80274b3 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 11 Feb 2025 11:05:13 +0100 Subject: [PATCH] Update docs/src/test-api/class-testoptions.md Co-authored-by: Yury Semikhatsky Signed-off-by: Simon Knott --- 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 2806fab426..17d9ea3f7b 100644 --- a/docs/src/test-api/class-testoptions.md +++ b/docs/src/test-api/class-testoptions.md @@ -508,7 +508,7 @@ export default defineConfig({ Learn more about [automatic screenshots](../test-use-options.md#recording-options). ## property: TestOptions.pageSnapshot -* since: v1.10 +* since: v1.51 - type: <[PageSnapshotMode]<"off"|"on"|"only-on-failure">> Whether to automatically capture a ARIA snapshot of the page after each test. Defaults to `'only-on-failure'`.