feat(presets): support linked page preview in TOC #14815
Annotations
3 errors and 1 notice
Run playwright test:
tests/clipboard.spec.ts#L1
1) clipboard.spec.ts:1018:1 › copy canvas element and text note in edgeless mode ─────────────────
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/drag.ts#L21
1) clipboard.spec.ts:1018:1 › copy canvas element and text note in edgeless mode ─────────────────
Error: mouse.move: Test timeout of 30000ms exceeded.
at utils/actions/drag.ts:21
19 | await page.mouse.move(x1, y1);
20 | await page.mouse.down();
> 21 | await page.mouse.move(x2, y2, { steps });
| ^
22 | await options?.beforeMouseUp?.();
23 | await page.mouse.up();
24 | }
at dragBetweenCoords (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/drag.ts:21:20)
at addBasicShapeElement (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:366:3)
at createShapeElement (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1238:3)
at /home/runner/work/blocksuite/blocksuite/tests/clipboard.spec.ts:1023:3
|
Run playwright test:
tests/utils/asserts.ts#L200
2) clipboard.spec.ts:1315:1 › paste parent block ─────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
"This is parent",
"This is child 1",
- "This is child 2Thi",
+ "his is child 2his",
]
at utils/asserts.ts:200
198 | });
199 | }, currentEditorIndex);
> 200 | expect(actualTexts).toEqual(texts);
| ^
201 | }
202 |
203 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:200:23)
at /home/runner/work/blocksuite/blocksuite/tests/clipboard.spec.ts:1334:3
|
Run playwright test
2 flaky
clipboard.spec.ts:1018:1 › copy canvas element and text note in edgeless mode ──────────────────
clipboard.spec.ts:1315:1 › paste parent block ──────────────────────────────────────────────────
6 skipped
59 passed (3.1m)
|
The logs for this run have expired and are no longer available.
Loading