diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57ee0a3e85..f82db98610 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.