From 97cfa4954dad66a5ac858e5692f417cff80c6f20 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 6 Sep 2024 10:45:07 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3f34939a9..11f7104383 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ yarn cache clean && yarn install --force Now the yarn commands should work as normal. +🦡 ### End-to-End tests We use Playwright and Element Web for end-to-end tests. See From 1992784727bde6f9212c2c38b670dac1e2a3c17e Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 6 Sep 2024 15:15:39 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 11f7104383..6e2bfd82d0 100644 --- a/README.md +++ b/README.md @@ -202,8 +202,7 @@ yarn cache clean && yarn install --force Now the yarn commands should work as normal. -🦡 ### End-to-End tests We use Playwright and Element Web for end-to-end tests. See -[`docs/playwright.md`](docs/playwright.md) for more information. +[`docs/playwright.md`](docs/playwright.md) for more information. 🦉