fix: remove link panel from affine-doc-editor #15590
Annotations
3 errors and 1 notice
Run playwright test:
tests/utils/asserts.ts#L200
1) drag.spec.ts:489:1 › should sync selected-blocks to session-manager when clicking drag handle ─
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Array [
"123",
- "456",
- "789",
+ "456789",
+ "",
]
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/drag.spec.ts:495:3
|
Run playwright test:
tests/utils/asserts.ts#L200
2) drag.spec.ts:511:1 › should be able to drag & drop multiple blocks ────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Array [
"123",
- "456",
- "789",
+ "456789",
+ "",
]
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/drag.spec.ts:515:3
|
Run playwright test:
tests/utils/asserts.ts#L200
3) edgeless/auto-complete.spec.ts:111:5 › auto-complete › drag on auto-complete button › drag on right auto-complete button to add note
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
- "hello",
+ "ello",
]
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/edgeless/auto-complete.spec.ts:127:7
|
Run playwright test
3 flaky
drag.spec.ts:489:1 › should sync selected-blocks to session-manager when clicking drag handle ──
drag.spec.ts:511:1 › should be able to drag & drop multiple blocks ─────────────────────────────
edgeless/auto-complete.spec.ts:111:5 › auto-complete › drag on auto-complete button › drag on right auto-complete button to add note
62 passed (3.6m)
|
The logs for this run have expired and are no longer available.
Loading