Skip to content

Commit 1125f44

Browse files
committed
🔇(e2e) remove unnecessary console log
A test had a console log that was not useful.
1 parent 16f2de4 commit 1125f44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/frontend/apps/e2e/__tests__/app-impress/doc-editor.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,6 @@ test.describe('Doc Editor', () => {
850850
await page.getByText('Upload file').click();
851851
const fileChooser = await fileChooserPromise;
852852

853-
console.log(path.join(__dirname, 'assets/test-pdf.pdf'));
854853
await fileChooser.setFiles(path.join(__dirname, 'assets/test-pdf.pdf'));
855854

856855
// Wait for the media-check to be processed

0 commit comments

Comments
 (0)