Update reference from cypress to playwright

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/26870/head
Michael Telatynski 2024-01-15 15:36:59 +00:00
parent 3f578ad80a
commit 4b36e06cfe
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ must include:
1. Comprehensive unit tests written in Jest. These are located in `/test`.
2. "happy path" end-to-end tests.
These are located in `/cypress/e2e` in `matrix-react-sdk`, and
These are located in `/playwright/e2e` in `matrix-react-sdk`, and
are run using `element-web`. Ideally, you would also include tests for edge
and error cases.