From 4664156511df7b7862b6db025aa6527036580146 Mon Sep 17 00:00:00 2001 From: John Gachihi Date: Sun, 14 May 2023 17:33:03 +0300 Subject: [PATCH] docs(auth): minor update to add cross link reference (#22991) Co-authored-by: Max Schmitt --- 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 1ca89b374e..0308772181 100644 --- a/docs/src/auth.md +++ b/docs/src/auth.md @@ -68,7 +68,7 @@ setup('authenticate', async ({ page }) => { }); ``` -Create a new `setup` project in the config and declare it as a dependency for all your testing projects. This project will always run and authenticate before all the tests. All testing projects should use the authenticated state as `storageState`. +Create a new `setup` project in the config and declare it as a [dependency](./test-projects.md#dependencies) for all your testing projects. This project will always run and authenticate before all the tests. All testing projects should use the authenticated state as `storageState`. ```js title="playwright.config.ts" import { defineConfig, devices } from '@playwright/test';