From 6d24ac817cc61a7d90610581147c1393495c6ab5 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Wed, 29 Jan 2025 22:10:43 +0100 Subject: [PATCH] Update docs/src/aria-snapshots.md Co-authored-by: Dmitry Gozman Signed-off-by: Debbie O'Brien --- docs/src/aria-snapshots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/aria-snapshots.md b/docs/src/aria-snapshots.md index 8756bb24f6..acfdc526e4 100644 --- a/docs/src/aria-snapshots.md +++ b/docs/src/aria-snapshots.md @@ -336,7 +336,7 @@ The way source code is updated can be changed using the `--update-source-method` npx playwright test --update-snapshots --update-source-mode=3way ``` -#### Snapshot as separate files +#### Snapshots as separate files To store your snapshots in a separate file, use the `toMatchAriaSnapshot` method with the `name` option, specifying a `.yml` file extension.