From 7e40e031ed70179f17f122b974e476cc97c85a11 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Thu, 30 Jan 2025 12:16:54 +0100 Subject: [PATCH] fix: remove extra letters --- 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 6d7389810f..f487b2e1bc 100644 --- a/docs/src/aria-snapshots.md +++ b/docs/src/aria-snapshots.md @@ -346,7 +346,7 @@ await expect(page.getByRole('main')).toMatchAriaSnapshot({ name: 'main-snapshot. ``` By default, snapshots from a test file `example.spec.ts` are placed in the `example.spec.ts-snapshots` directory. As snapshots should be the same across browsers, only one snapshot is saved even if testing with multiple browsers. Should you wish, you can customize the [snapshot path template](./api/class-testconfig#test-config-snapshot-path-template) using the following configuration: -ll + ```js export default defineConfig({ expect: {