feat: add pdf style to attachment #7670
Annotations
1 error, 1 warning, and 1 notice
Run playwright test:
tests/clipboard/clipboard.spec.ts#L361
1) clipboard/clipboard.spec.ts:325:1 › clipboard copy nested items ───────────────────────────────
Error: Snapshot comparison failed:
hi
jbc
d
Expected: /home/runner/work/blocksuite/blocksuite/tests/snapshots/clipboard/clipboard.spec.ts/clipboard-copy-nested-items-clipboard2.md
Received: /home/runner/work/blocksuite/blocksuite/tests/test-results/clipboard-clipboard-clipboard-copy-nested-items/clipboard-copy-nested-items-clipboard2-actual.md
359 | const html2 = await getClipboardHTML(page);
360 | const snapshot2 = await getClipboardSnapshot(page);
> 361 | expect(text2).toMatchSnapshot(`${testInfo.title}-clipboard2.md`);
| ^
362 | expect(JSON.stringify(snapshot2.snapshot.content, null, 2)).toMatchSnapshot(
363 | `${testInfo.title}-clipboard2.json`
364 | );
at /home/runner/work/blocksuite/blocksuite/tests/clipboard/clipboard.spec.ts:361:17
|
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 (49.5s)
|
Loading