feat: linked doc supports aliases #8334
Annotations
1 error, 2 warnings, and 1 notice
tests/code/copy-paste.spec.ts#L38
1) code/copy-paste.spec.ts:24:1 › keyboard selection and copy paste ──────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "useuse"
Received: "seuse"
36 |
37 | const content = await getInlineSelectionText(page);
> 38 | expect(content).toBe('useuse');
| ^
39 |
40 | await assertRichTextInlineRange(page, 0, 3, 0);
41 | });
at /home/runner/work/blocksuite/blocksuite/tests/code/copy-paste.spec.ts:38:19
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
|
This job succeeded
Loading