feat: affine-link supports in-app jumps (#8449) #6366
Annotations
1 error, 1 warning, and 1 notice
tests/utils/asserts.ts#L205
1) paragraph.spec.ts:1169:1 › delete at the start of paragraph (multiple notes) ──────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 2
Array [
- "123456",
+ "123",
+ "456",
]
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/paragraph.spec.ts:1199:3
|
|
|
The logs for this run have expired and are no longer available.
Loading