mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-24 23:55:35 +00:00
fix(nc-gui): org title update issue
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user