fix(edgeless): multi parent container of node of mindmap (#8317) #5913
Annotations
1 error, 1 warning, and 1 notice
tests/utils/asserts.ts#L205
1) clipboard/list.spec.ts:214:1 › paste nested lists to a nested list ────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 1
Array [
"aaa",
"bbb111",
+ "ccc",
"222",
"111",
- "222",
- "ccc",
]
at utils/asserts.ts:205
203 | });
204 | }, currentEditorIndex);
> 205 | expect(actualTexts).toEqual(texts);
| ^
206 | }
207 |
208 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:205:23)
at /home/runner/work/blocksuite/blocksuite/tests/clipboard/list.spec.ts:302:3
|
|
|
This job succeeded
Loading