🔇(e2e) remove unnecessary console log

A test had a console log that was not useful.
This commit is contained in:
Anthony LC
2025-10-14 09:26:12 +02:00
parent 16f2de4c75
commit 1125f441dc

View File

@@ -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