feat(database): kanban supports long-press drag-and-drop on mobile devices #8490
Annotations
1 error, 2 warnings, and 1 notice
Run playwright test:
tests/clipboard/clipboard.spec.ts#L348
1) clipboard/clipboard.spec.ts:325:1 › clipboard copy nested items ───────────────────────────────
Error: Snapshot comparison failed:
bc
d456
Expected: /home/runner/work/blocksuite/blocksuite/tests/snapshots/clipboard/clipboard.spec.ts/clipboard-copy-nested-items-clipboard.md
Received: /home/runner/work/blocksuite/blocksuite/tests/test-results/clipboard-clipboard-clipboard-copy-nested-items/clipboard-copy-nested-items-clipboard-actual.md
346 | const html = await getClipboardHTML(page);
347 | const snapshot = await getClipboardSnapshot(page);
> 348 | expect(text).toMatchSnapshot(`${testInfo.title}-clipboard.md`);
| ^
349 | expect(JSON.stringify(snapshot.snapshot.content, null, 2)).toMatchSnapshot(
350 | `${testInfo.title}-clipboard.json`
351 | );
at /home/runner/work/blocksuite/blocksuite/tests/clipboard/clipboard.spec.ts:348:16
|
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
clipboard/clipboard.spec.ts:325:1 › clipboard copy nested items ────────────────────────────────
1 skipped
46 passed (48.1s)
|
Loading