From c1a21bc90042f3c6aa7551f205f9aa9e7267f63b Mon Sep 17 00:00:00 2001 From: Timon Back Date: Sun, 12 May 2024 23:12:25 +0200 Subject: [PATCH] test(e2e): cleanup --- springwolf-examples/e2e/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springwolf-examples/e2e/package.json b/springwolf-examples/e2e/package.json index e5cec13db..a16d7a77b 100644 --- a/springwolf-examples/e2e/package.json +++ b/springwolf-examples/e2e/package.json @@ -6,7 +6,7 @@ "scripts": { "start": "playwright test --ui", "test": "playwright test", - "postinstall": "npx playwright install --with-deps" + "postinstall": "npx playwright install --with-deps chromium" }, "keywords": [], "author": "",