chore: bump up all non-major dependencies #24009
Annotations
5 errors and 1 notice
Run playwright tests:
tests/affine-local/e2e/blocksuite/outline/outline-panel.spec.ts#L1
1) 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.
|
Run playwright tests:
tests/kit/src/utils/keyboard.ts#L31
1) 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.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:268:22
|
Run playwright tests:
tests/affine-local/e2e/blocksuite/outline/outline-panel.spec.ts#L1
2) 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.
|
Run playwright tests:
tests/kit/src/utils/keyboard.ts#L31
2) 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
|
Run playwright tests:
tests/affine-local/e2e/blocksuite/outline/outline-panel.spec.ts#L475
3) blocksuite/outline/outline-panel.spec.ts:455:3 › drag and drop note in outline panel › multiple selected note cards can be dragged and dropped at same time
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('affine-paragraph').locator('[data-v-text="true"]').nth(3)
Expected string: "1"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('affine-paragraph').locator('[data-v-text="true"]').nth(3)
9 × locator resolved to <span data-v-text="true">…</span>
- unexpected value ""
473 | await expect(paragraphs.nth(1)).toContainText('3');
474 | await expect(paragraphs.nth(2)).toContainText('0');
> 475 | await expect(paragraphs.nth(3)).toContainText('1');
| ^
476 | });
477 | });
478 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/outline/outline-panel.spec.ts:475:37
|
Run playwright tests
3 flaky
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
blocksuite/outline/outline-panel.spec.ts:284:3 › TOC and editor scroll › should scroll to title when click title in outline panel
blocksuite/outline/outline-panel.spec.ts:455:3 › drag and drop note in outline panel › multiple selected note cards can be dragged and dropped at same time
45 passed (5.2m)
|
Loading