From ede67d0797e60ffeb38f35532837108999ffa4df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Tue, 27 Jan 2026 18:47:29 +0100 Subject: [PATCH] install chromium-headless-shell specifically to ensure e2e tests pass --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 183ff91e63..a57d768517 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "typescript": "^5.4.5" }, "scripts": { - "install:modern": "cd tools/modern-tests && npm install && npx playwright install && npx playwright install --with-deps", + "install:modern": "cd tools/modern-tests && npm install && npx playwright install && npx playwright install --with-deps chromium-headless-shell", "test:idle-bot": "node --test .github/scripts/__tests__/inactive-issues.test.js", "test:modern": "cd tools/modern-tests && npm test -- " },