From 1125f441dc703457f1ba00a07a36bbc2852241b5 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Tue, 14 Oct 2025 09:26:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=87(e2e)=20remove=20unnecessary=20cons?= =?UTF-8?q?ole=20log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A test had a console log that was not useful. --- src/frontend/apps/e2e/__tests__/app-impress/doc-editor.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/apps/e2e/__tests__/app-impress/doc-editor.spec.ts b/src/frontend/apps/e2e/__tests__/app-impress/doc-editor.spec.ts index c6a833e4..c10919bd 100644 --- a/src/frontend/apps/e2e/__tests__/app-impress/doc-editor.spec.ts +++ b/src/frontend/apps/e2e/__tests__/app-impress/doc-editor.spec.ts @@ -850,7 +850,6 @@ test.describe('Doc Editor', () => { await page.getByText('Upload file').click(); const fileChooser = await fileChooserPromise; - console.log(path.join(__dirname, 'assets/test-pdf.pdf')); await fileChooser.setFiles(path.join(__dirname, 'assets/test-pdf.pdf')); // Wait for the media-check to be processed