feat(edgeless): store real color values in edgeless #9126
Annotations
2 errors, 2 warnings, and 1 notice
Run playwright test:
tests/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/blocksuite/blocksuite/tests/attachment.spec.ts:730:28
|
Run playwright test:
tests/attachment.spec.ts#L69
2) attachment.spec.ts:744:1 › indent attachment block to paragraph ───────────────────────────────
TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser"
=========================== logs ===========================
waiting for event "filechooser"
============================================================
67 | await expect(slashMenu).toBeVisible();
68 |
> 69 | const fileChooser = page.waitForEvent('filechooser');
| ^
70 | await pressEnter(page);
71 | await sleep(100);
72 | await (await fileChooser).setFiles(FILE_PATH);
at insertAttachment (/home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:69:30)
at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:751:3
|
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
2 flaky
attachment.spec.ts:710:1 › cancel file picker with input element resolves ──────────────────────
attachment.spec.ts:744:1 › indent attachment block to paragraph ────────────────────────────────
2 skipped
45 passed (54.2s)
|
Loading