refactor: support multiple-editors #15029
Annotations
1 error and 1 notice
Run playwright test:
tests/utils/asserts.ts#L301
1) selection/native.spec.ts:1781:1 › press ArrowUp and ArrowDown in the edge of two line ─────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
- "index": 0,
+ "index": 9,
"length": 0,
}
at utils/asserts.ts:301
299 | [richTextIndex, currentEditorIndex]
300 | );
> 301 | expect(actual).toEqual({ index: rangeIndex, length: rangeLength });
| ^
302 | }
303 |
304 | export async function assertNativeSelectionRangeCount(
at assertRichTextInlineRange (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:301:18)
at /home/runner/work/blocksuite/blocksuite/tests/selection/native.spec.ts:1861:3
|
Run playwright test
1 flaky
selection/native.spec.ts:1781:1 › press ArrowUp and ArrowDown in the edge of two line ──────────
2 skipped
61 passed (3.1m)
|
The logs for this run have expired and are no longer available.
Loading