chore: bump up all non-major dependencies #6258
Annotations
3 errors, 1 warning, and 1 notice
tests/attachment.spec.ts#L69
1) attachment.spec.ts:406:1 › should attachment can be deleted ───────────────────────────────────
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:412:3
|
tests/attachment.spec.ts#L656
2) attachment.spec.ts:636:1 › cancel file picker with input element resolves ─────────────────────
TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser"
=========================== logs ===========================
waiting for event "filechooser"
============================================================
654 | await expect(slashMenu).toBeVisible();
655 |
> 656 | const fileChooser = page.waitForEvent('filechooser');
| ^
657 | await pressEnter(page);
658 | const inputFile = page.locator("input[type='file']");
659 | await expect(inputFile).toHaveCount(1);
at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:656:28
|
tests/attachment.spec.ts#L69
3) attachment.spec.ts:697:1 › indent attachment block to list ────────────────────────────────────
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:705:3
|
|
3 flaky
attachment.spec.ts:406:1 › should attachment can be deleted ────────────────────────────────────
attachment.spec.ts:636:1 › cancel file picker with input element resolves ──────────────────────
attachment.spec.ts:697:1 › indent attachment block to list ─────────────────────────────────────
43 passed (1.0m)
|
This job succeeded
Loading