feat(blocks): add plain text adapter for mind map element (#9006) #8990
Annotations
1 error, 2 warnings, and 1 notice
Run playwright test:
tests/utils/asserts.ts#L331
1) hotkey/hotkey.spec.ts:437:3 › keyboard operation to move block up or down › keep cursor ───────
Error: expect(received).toEqual(expected) // deep equality
Expected: {"index": 3, "length": 0}
Received: null
at utils/asserts.ts:331
329 | [richTextIndex, currentEditorIndex]
330 | );
> 331 | expect(actual).toEqual({ index: rangeIndex, length: rangeLength });
| ^
332 | }
333 |
334 | export async function assertNativeSelectionRangeCount(
at assertRichTextInlineRange (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:331:18)
at /home/runner/work/blocksuite/blocksuite/tests/hotkey/hotkey.spec.ts:453:5
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Upload E2E test coverage results
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Run playwright test
1 flaky
hotkey/hotkey.spec.ts:437:3 › keyboard operation to move block up or down › keep cursor ────────
48 passed (1.1m)
|
Loading