fix(edgeless): edgeless text is deleted when first block is empty (#8β¦ #6574
Annotations
1 error, 1 warning, and 1 notice
tests/selection/native.spec.ts#L318
1) selection/native.spec.ts:289:1 βΊ cursor move to up and down with children block βββββββββββββββ
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 12
Received: -1
316 | const textTwo = await getInlineSelectionText(page);
317 | expect(textTwo).toBe('arrow down test 1');
> 318 | expect(indexTwo).toBeGreaterThanOrEqual(12);
| ^
319 | expect(indexTwo).toBeLessThanOrEqual(17);
320 | await page.keyboard.press('ArrowDown');
321 | const textThree = await getInlineSelectionText(page);
at /home/runner/work/blocksuite/blocksuite/tests/selection/native.spec.ts:318:20
|
|
|
The logs for this run have expired and are no longer available.
Loading