From 55464ddf84e728fd906d74a67dc1f4bfb4081141 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 18 Mar 2024 11:35:11 -0400 Subject: [PATCH] docs(test): fix link for configuring docker for headed tests (#29173) Creates a link to the correct section of the docs. The old verbiage existed when the configuring step was in the section below. --- core/src/utils/test/playwright/docs/usage-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/utils/test/playwright/docs/usage-instructions.md b/core/src/utils/test/playwright/docs/usage-instructions.md index 1d3810ec53..5fb22af310 100644 --- a/core/src/utils/test/playwright/docs/usage-instructions.md +++ b/core/src/utils/test/playwright/docs/usage-instructions.md @@ -104,7 +104,7 @@ This command builds a Docker image before tests run. It will also re-build the D Note that the Playwright report will not automatically open in your web browser when tests are complete because the tests were run in Docker. Run `npm run test.report` outside of Docker to open the most recent test report. > [!NOTE] -> Additional setup is needed to run Playwright tests with headed mode in Docker. See below for more information. +> Additional setup is needed to run Playwright tests with headed mode in Docker. See [Configuring Docker for Headed Tests](#configuring-docker-for-headed-tests-optional) for more information. ### Headed vs. Headless Tests