refactor: support multiple-editors #15037
Annotations
1 error and 1 notice
Run playwright test:
tests/selection/native.spec.ts#L523
1) selection/native.spec.ts:514:1 › cursor move up and down through note ─────────────────────────
Error: expect(received).not.toBe(expected) // Object.is equality
Expected: not "2"
521 | await pressArrowDown(page);
522 | currentId = (await getCursorBlockIdAndHeight(page))[0];
> 523 | expect(id).not.toBe(currentId);
| ^
524 | await pressArrowUp(page);
525 | currentId = (await getCursorBlockIdAndHeight(page))[0];
526 | expect(id).toBe(currentId);
at /home/runner/work/blocksuite/blocksuite/tests/selection/native.spec.ts:523:18
|
Run playwright test
1 flaky
selection/native.spec.ts:514:1 › cursor move up and down through note ──────────────────────────
1 skipped
62 passed (3.2m)
|
The logs for this run have expired and are no longer available.
Loading