fix(blocks): blocksuite drop should prevent default #9100
Annotations
1 error, 2 warnings, and 1 notice
Run playwright test:
tests/utils/asserts.ts#L598
1) edgeless/edgeless-text.spec.ts:248:3 › edgeless text block › edgeless text should maintain selection when deleting across multiple lines
Error: expect(received).toBe(expected) // Object.is equality
Expected: "ab"
Received: "b"
at utils/asserts.ts:598
596 | { id }
597 | );
> 598 | expect(actual).toBe(str);
| ^
599 | }
600 |
601 | export async function assertBlockProps(
at assertBlockTextContent (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:598:18)
at /home/runner/work/blocksuite/blocksuite/tests/edgeless/edgeless-text.spec.ts:269: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
edgeless/edgeless-text.spec.ts:248:3 › edgeless text block › edgeless text should maintain selection when deleting across multiple lines
1 skipped
47 passed (1.5m)
|
Loading