From dc2c73b68c3eb0a560380512adef5fdddd02655b Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 8 Jan 2025 15:23:41 +0000 Subject: [PATCH] Update docs/playwright.md Co-authored-by: R Midhun Suresh --- docs/playwright.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/playwright.md b/docs/playwright.md index 700b4e69f1..315033955b 100644 --- a/docs/playwright.md +++ b/docs/playwright.md @@ -16,7 +16,7 @@ You may need to follow instructions to set up your development environment for r Playwright by following and . -However, the Playwright tests are run, an element-web instance must be running on +However the Playwright tests are run, an element-web instance must be running on http://localhost:8080 (this is configured in `playwright.config.ts`) - this is what will be tested. When running Playwright tests yourself, the standard `yarn start` from the element-web project is fine: leave it running it a different terminal as you would