feat(edgeless): support consistent dragging behavior #14585
Annotations
2 errors and 1 notice
Run playwright test:
tests/selection/native.spec.ts#L457
1) selection/native.spec.ts:429:1 › cursor move to up and down with children block ───────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "arrow down test 1"
Received: "arrow down test 2"
455 | const indexTwo = await getInlineSelectionIndex(page);
456 | const textTwo = await getInlineSelectionText(page);
> 457 | expect(textTwo).toBe('arrow down test 1');
| ^
458 | expect(indexTwo).toBeGreaterThanOrEqual(12);
459 | expect(indexTwo).toBeLessThanOrEqual(17);
460 | await page.keyboard.press('ArrowDown');
at /home/runner/work/blocksuite/blocksuite/tests/selection/native.spec.ts:457:19
|
Run playwright test:
tests/selection/native.spec.ts#L525
2) selection/native.spec.ts:513:1 › cursor move up and down through note ─────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "4"
Received: "2"
523 | await pressArrowUp(page);
524 | currentId = (await getCursorBlockIdAndHeight(page))[0];
> 525 | expect(id).toBe(currentId);
| ^
526 | });
527 |
528 | test('double click choose words', async ({ page }) => {
at /home/runner/work/blocksuite/blocksuite/tests/selection/native.spec.ts:525:14
|
Run playwright test
2 flaky
selection/native.spec.ts:429:1 › cursor move to up and down with children block ────────────────
selection/native.spec.ts:513:1 › cursor move up and down through note ──────────────────────────
1 skipped
63 passed (3.3m)
|
The logs for this run have expired and are no longer available.
Loading