chore: bump up all non-major dependencies (#9249) #21352
Annotations
2 errors, 1 warning, and 1 notice
tests/affine-local/e2e/attachment-preview.spec.ts#L208
1) attachment-preview.spec.ts:125:5 › should preview PDF in embed view ───────────────────────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for locator('.linked-doc-popover').getByText('PDF preview')
206 |
207 | const doc0 = page.locator('.linked-doc-popover').getByText('PDF preview');
> 208 | await doc0.click();
| ^
209 |
210 | await page.keyboard.press('@');
211 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/attachment-preview.spec.ts:208:16
|
tests/affine-local/e2e/blocksuite/editor.spec.ts#L59
2) blocksuite/editor.spec.ts:36:5 › link page is useable ─────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-reference')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-reference')
57 | await page.locator('icon-button:has-text("page1")').first().click();
58 | const link = page.locator('.affine-reference');
> 59 | await expect(link).toBeVisible();
| ^
60 | await page.click('.affine-reference');
61 | await page.waitForTimeout(500);
62 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/editor.spec.ts:59:22
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
This job succeeded
Loading