fix(database): can't use horizontal scrollbar (#8576) #6856
Annotations
1 error, 1 warning, and 1 notice
tests/selection/native.spec.ts#L319
1) selection/native.spec.ts:290:1 › cursor move to up and down with children block ───────────────
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 12
Received: -1
317 | const textTwo = await getInlineSelectionText(page);
318 | expect(textTwo).toBe('arrow down test 1');
> 319 | expect(indexTwo).toBeGreaterThanOrEqual(12);
| ^
320 | expect(indexTwo).toBeLessThanOrEqual(17);
321 | await page.keyboard.press('ArrowDown');
322 | const textThree = await getInlineSelectionText(page);
at /home/runner/work/blocksuite/blocksuite/tests/selection/native.spec.ts:319:20
|
|
|
This job succeeded
Loading