fix(nc-gui): org title update issue

This commit is contained in:
Ramesh Mane
2024-12-27 08:59:11 +00:00
parent e2e2cd017a
commit 14ed85d34d

View File

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