chore: bump up all non-major dependencies (#9810) #24262
Annotations
3 errors, 1 warning, and 1 notice
Run playwright tests:
tests/affine-local/e2e/local-first-collections-items.spec.ts#L1
1) e2e/local-first-collections-items.spec.ts:67:1 › Show collections items in sidebar ────────────
Test timeout of 50000ms exceeded.
|
Run playwright tests:
tests/affine-local/e2e/local-first-collections-items.spec.ts#L61
1) e2e/local-first-collections-items.spec.ts:67:1 › Show collections items in sidebar ────────────
Error: expect(locator).toBeVisible()
Locator: getByTestId('prompt-modal-input')
Expected: visible
Received: undefined
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('prompt-modal-input')
59 | });
60 | const title = page.getByTestId('prompt-modal-input');
> 61 | await expect(title).toBeVisible();
| ^
62 | await title.fill(options?.collectionName ?? 'test collection');
63 | await page.getByTestId('prompt-modal-confirm').click();
64 | await page.waitForTimeout(100);
at createAndPinCollection (/home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:61:23)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:94:3
|
Run playwright tests:
tests/affine-local/e2e/local-first-delete-page.spec.ts#L78
2) e2e/local-first-delete-page.spec.ts:48:1 › page delete -> create new page -> refresh page -> new page should be appear -> old page should be disappear
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for getByTestId('all-pages')
76 | await page.reload();
77 | expect(page.getByText("There's no page here yet")).not.toBeUndefined();
> 78 | await page.getByTestId('all-pages').click();
| ^
79 |
80 | await clickNewPageButton(page);
81 | await getBlockSuiteEditorTitle(page).click();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-delete-page.spec.ts:78:39
|
Run playwright tests:
tests/affine-local/e2e/local-first-delete-workspace.spec.ts#L1
tests/affine-local/e2e/local-first-delete-workspace.spec.ts took 28.6s
|
Run playwright tests
2 flaky
e2e/local-first-collections-items.spec.ts:67:1 › Show collections items in sidebar ─────────────
e2e/local-first-delete-page.spec.ts:48:1 › page delete -> create new page -> refresh page -> new page should be appear -> old page should be disappear
3 skipped
43 passed (4.9m)
|
Loading