From fe9b91dc869d7d32bcb82be30d191be6a049e788 Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Tue, 12 Mar 2024 09:03:40 -0700 Subject: [PATCH] Update docs/src/auth.md Co-authored-by: Max Schmitt Signed-off-by: Dmitry Gozman --- docs/src/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/auth.md b/docs/src/auth.md index e6a92126f5..ba7af6f4cd 100644 --- a/docs/src/auth.md +++ b/docs/src/auth.md @@ -118,7 +118,7 @@ test('test', async ({ page }) => { UI mode will not run the `setup` project by default to improve testing speed. We recommend to authenticate by manually running the `auth.setup.ts` from time to time, whenever existing authentication expires. -First [enable the `setup` project in the filters](https://playwright.dev/docs/test-ui-mode#filtering-tests), then click the triangle button next to `auth.setup.ts` file, and then disable the `setup` project in the filters again. +First [enable the `setup` project in the filters](./test-ui-mode#filtering-tests), then click the triangle button next to `auth.setup.ts` file, and then disable the `setup` project in the filters again. ## Moderate: one account per parallel worker