feat(blocks): add plain text adapter for mind map element #8989
Annotations
1 error, 2 warnings, and 1 notice
Run playwright test:
tests/attachment.spec.ts#L680
1) attachment.spec.ts:660:1 › cancel file picker with input element resolves ─────────────────────
TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser"
=========================== logs ===========================
waiting for event "filechooser"
============================================================
678 | await expect(slashMenu).toBeVisible();
679 |
> 680 | const fileChooser = page.waitForEvent('filechooser');
| ^
681 | await pressEnter(page);
682 | const inputFile = page.locator("input[type='file']");
683 | await expect(inputFile).toHaveCount(1);
at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:680:28
|
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
attachment.spec.ts:660:1 › cancel file picker with input element resolves ──────────────────────
2 skipped
46 passed (50.2s)
|
Loading