From c3f52d1f843c391f8dec8fb915d9f31f6b6b91f0 Mon Sep 17 00:00:00 2001 From: Igor Lobanov Date: Tue, 4 Feb 2025 09:25:05 +0100 Subject: [PATCH] removed debug code --- client/tests/e2e/globalSetup.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/client/tests/e2e/globalSetup.ts b/client/tests/e2e/globalSetup.ts index 248174dc..ffd31ac5 100644 --- a/client/tests/e2e/globalSetup.ts +++ b/client/tests/e2e/globalSetup.ts @@ -23,7 +23,6 @@ async function globalSetup(config: FullConfig) { await page.waitForURL((url) => !url.href.endsWith('/install.html')); } catch (error) { console.error('Error during global setup:', error); - await page.screenshot({ path: 'error_screenshot.png' }); } finally { await browser.close(); }