refactor(core): add all docs properties api (#9484) #21724
Annotations
1 error, 1 warning, and 1 notice
Run playwright tests:
blocksuite/tests-legacy/attachment.spec.ts#L363
1) attachment.spec.ts:343:1 › cancel file picker with input element resolves ─────────────────────
TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser"
=========================== logs ===========================
waiting for event "filechooser"
============================================================
361 | await expect(slashMenu).toBeVisible();
362 |
> 363 | const fileChooser = page.waitForEvent('filechooser');
| ^
364 | await pressEnter(page);
365 | const inputFile = page.locator("input[type='file']");
366 | await expect(inputFile).toHaveCount(1);
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/attachment.spec.ts:363:28
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run playwright tests
1 flaky
attachment.spec.ts:343:1 › cancel file picker with input element resolves ──────────────────────
2 skipped
96 passed (1.4m)
|
Loading