feat(editor): store real color values in edgeless #21397
Annotations
2 errors, 1 warning, and 1 notice
Run playwright tests:
blocksuite/tests-legacy/attachment.spec.ts#L730
1) attachment.spec.ts:710:1 › cancel file picker with input element resolves ─────────────────────
TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser"
=========================== logs ===========================
waiting for event "filechooser"
============================================================
728 | await expect(slashMenu).toBeVisible();
729 |
> 730 | const fileChooser = page.waitForEvent('filechooser');
| ^
731 | await pressEnter(page);
732 | const inputFile = page.locator("input[type='file']");
733 | await expect(inputFile).toHaveCount(1);
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/attachment.spec.ts:730:28
|
Run playwright tests:
blocksuite/tests-legacy/clipboard/list.spec.ts#L127
2) clipboard/list.spec.ts:97:1 › copy a nested list by clicking button, the clipboard data should be complete
Error: expect(string).toMatchSnapshot(expected)
aaahi
bbb
cccj
Expected: /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/copy-a-nested-list-by-clicking-button-the-clipboard-data-should-be-complete-clipboard.md
Received: /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/test-results/clipboard-list-copy-a-nest-7e308-ard-data-should-be-complete/copy-a-nested-list-by-clic-7b67b-ld-be-complete-clipboard-actual.md
125 | const html = await getClipboardHTML(page);
126 | const snapshot = await getClipboardSnapshot(page);
> 127 | expect(text).toMatchSnapshot(`${testInfo.title}-clipboard.md`);
| ^
128 | expect(JSON.stringify(snapshot.snapshot.content, null, 2)).toMatchSnapshot(
129 | `${testInfo.title}-clipboard.json`
130 | );
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/clipboard/list.spec.ts:127:16
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run playwright tests
2 flaky
attachment.spec.ts:710:1 › cancel file picker with input element resolves ──────────────────────
clipboard/list.spec.ts:97:1 › copy a nested list by clicking button, the clipboard data should be complete
3 skipped
94 passed (1.4m)
|
Loading