mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 18:02:47 +08:00
feat: bump more deps (#14079)
This commit is contained in:
@@ -21,9 +21,11 @@ test.describe('AIChatWith/EdgelessMindMap', () => {
|
||||
id = await utils.editor.createMindmap(page);
|
||||
},
|
||||
async () => {
|
||||
const { id: rootId } = await utils.editor.getMindMapNode(page, id!, [
|
||||
0,
|
||||
]);
|
||||
const { id: rootId } = await utils.editor.getMindMapNode(
|
||||
page,
|
||||
id!,
|
||||
[0]
|
||||
);
|
||||
await utils.editor.selectElementInEdgeless(page, [rootId]);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user