chore: bump up all non-major dependencies #23965
Annotations
5 errors and 1 notice
tests/affine-local/e2e/blocksuite/outline/outline-panel.spec.ts#L1
1) e2e/blocksuite/outline/outline-panel.spec.ts:265:3 › TOC and editor scroll › should scroll to heading and highlight heading when click item in outline panel
Test timeout of 50000ms exceeded.
|
tests/kit/src/utils/page-logic.ts#L62
1) e2e/blocksuite/outline/outline-panel.spec.ts:265:3 › TOC and editor scroll › should scroll to heading and highlight heading when click item in outline panel
Error: keyboard.type: Test timeout of 50000ms exceeded.
at ../../kit/src/utils/page-logic.ts:62
60 |
61 | export async function type(page: Page, content: string, delay = 50) {
> 62 | await page.keyboard.type(content, { delay });
| ^
63 | }
64 |
65 | export const createLinkedPage = async (page: Page, pageName?: string) => {
at type (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/page-logic.ts:62:23)
at createHeadings (/home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/outline/utils.ts:24:11)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/outline/outline-panel.spec.ts:268:22
|
tests/affine-local/e2e/blocksuite/outline/outline-panel.spec.ts#L1
2) e2e/blocksuite/outline/outline-panel.spec.ts:284:3 › TOC and editor scroll › should scroll to title when click title in outline panel
Test timeout of 50000ms exceeded.
|
tests/kit/src/utils/keyboard.ts#L31
2) e2e/blocksuite/outline/outline-panel.spec.ts:284:3 › TOC and editor scroll › should scroll to title when click title in outline panel
Error: keyboard.press: Test timeout of 50000ms exceeded.
at ../../kit/src/utils/keyboard.ts:31
29 | // avoid flaky test by simulate real user input
30 | for (let i = 0; i < count; i++) {
> 31 | await page.keyboard.press('Enter', { delay: 50 });
| ^
32 | }
33 | }
34 |
at pressEnter (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/keyboard.ts:31:25)
at createHeadings (/home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/outline/utils.ts:26:5)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/outline/outline-panel.spec.ts:289:5
|
tests/affine-local/e2e/blocksuite/outline/outline-panel.spec.ts#L542
3) e2e/blocksuite/outline/outline-panel.spec.ts:517:3 › advanced visibility control › should update notes after slicing note
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for locator('[data-affine-editor-container]').first().locator('edgeless-element-toolbar-widget').locator('edgeless-change-note-button').getByRole('button', { name: 'Slicer' })
540 | 'edgeless-change-note-button'
541 | );
> 542 | await changeNoteButtons.getByRole('button', { name: 'Slicer' }).click();
| ^
543 | await expect(page.locator('.note-slicer-button')).toBeVisible();
544 | await page.locator('.note-slicer-button').click();
545 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/outline/outline-panel.spec.ts:542:69
|
3 flaky
e2e/blocksuite/outline/outline-panel.spec.ts:265:3 › TOC and editor scroll › should scroll to heading and highlight heading when click item in outline panel
e2e/blocksuite/outline/outline-panel.spec.ts:284:3 › TOC and editor scroll › should scroll to title when click title in outline panel
e2e/blocksuite/outline/outline-panel.spec.ts:517:3 › advanced visibility control › should update notes after slicing note
45 passed (5.3m)
|
The logs for this run have expired and are no longer available.
Loading