From f4dfe0d3c2846b1e93156353eab69bc341933776 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Sat, 2 Mar 2024 07:28:16 -0800 Subject: [PATCH] Update docs/src/test-snapshots-js.md Co-authored-by: Max Schmitt Signed-off-by: Pavel Feldman --- docs/src/test-snapshots-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-snapshots-js.md b/docs/src/test-snapshots-js.md index ba3651d97f..d2c7606adf 100644 --- a/docs/src/test-snapshots-js.md +++ b/docs/src/test-snapshots-js.md @@ -44,7 +44,7 @@ The snapshot name `example-test-1-chromium-darwin.png` consists of a few parts: - `chromium-darwin` - the browser name and the platform. Screenshots differ between browsers and platforms due to different rendering, fonts and more, so you will need different snapshots for them. If you use multiple projects in your [configuration file](./test-configuration.md), project name will be used instead of `chromium`. -The snapshot name and path can be configured with [`snapshotPathTemplate`](https://playwright.dev/docs/api/class-testproject#test-project-snapshot-path-template) in the playwright config. +The snapshot name and path can be configured with [`snapshotPathTemplate`](./api/class-testproject#test-project-snapshot-path-template) in the playwright config. ## Updating screenshots