🔇(e2e) remove unnecessary console log
A test had a console log that was not useful.
This commit is contained in:
@@ -850,7 +850,6 @@ test.describe('Doc Editor', () => {
|
|||||||
await page.getByText('Upload file').click();
|
await page.getByText('Upload file').click();
|
||||||
const fileChooser = await fileChooserPromise;
|
const fileChooser = await fileChooserPromise;
|
||||||
|
|
||||||
console.log(path.join(__dirname, 'assets/test-pdf.pdf'));
|
|
||||||
await fileChooser.setFiles(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
|
// Wait for the media-check to be processed
|
||||||
|
|||||||
Reference in New Issue
Block a user