refactor(core): move workspace implementation to affine #21786
Annotations
1 error, 1 warning, and 1 notice
Run playwright tests:
blocksuite/tests-legacy/utils/asserts.ts#L326
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:326
324 | [richTextIndex, currentEditorIndex]
325 | );
> 326 | expect(actual).toEqual({ index: rangeIndex, length: rangeLength });
| ^
327 | }
328 |
329 | export async function assertNativeSelectionRangeCount(
at assertRichTextInlineRange (/home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/utils/asserts.ts:326:18)
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/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
|
Run playwright tests
1 flaky
hotkey/hotkey.spec.ts:437:3 › keyboard operation to move block up or down › keep cursor ────────
1 skipped
97 passed (1.8m)
|
Loading