Update docs/playwright.md

Co-authored-by: R Midhun Suresh <hi@midhun.dev>
pull/28944/head
Michael Telatynski 2025-01-08 15:23:41 +00:00 committed by GitHub
parent d196c008b0
commit dc2c73b68c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ You may need to follow instructions to set up your development environment for r
Playwright by following <https://playwright.dev/docs/browsers#install-browsers> and
<https://playwright.dev/docs/browsers#install-system-dependencies>.
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