fix(core): split view reordering crash (#9461) #21625
Annotations
1 error, 1 warning, and 1 notice
Run playwright tests:
blocksuite/tests-legacy/drag.spec.ts#L766
1) drag.spec.ts:728:1 › drag handle should show on right block when scroll viewport ──────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"height": 23,
"width": 752,
"x": 104,
- "y": 802,
+ "y": 811,
}
764 | }
765 |
> 766 | expect(blockRect28).toEqual(selectedBlockRect);
| ^
767 | });
768 |
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/drag.spec.ts:766:23
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run playwright tests
1 flaky
drag.spec.ts:728:1 › drag handle should show on right block when scroll viewport ───────────────
6 skipped
92 passed (2.6m)
|
Loading