diff --git a/tests/playwright/disabledTests/docs/keybaordShortcutsAndDragDrop.spec.ts b/tests/playwright/disabledTests/docs/keybaordShortcutsAndDragDrop.spec.ts index b1036f4439..927e2ab0a5 100644 --- a/tests/playwright/disabledTests/docs/keybaordShortcutsAndDragDrop.spec.ts +++ b/tests/playwright/disabledTests/docs/keybaordShortcutsAndDragDrop.spec.ts @@ -61,7 +61,7 @@ test.describe('Tiptap:Keyboard shortcuts and drag and drop', () => { await openedPage.tiptap.addNewNode({ index: 2, type: 'Image', - filePath: `${__dirname}../../fixtures/sampleFiles/sampleImage.jpeg`, + filePath: `${__dirname}/../../fixtures/sampleFiles/sampleImage.jpeg`, }); await openedPage.tiptap.verifyNode({ index: 2,