chore: bump up all non-major dependencies (#8376) #16121
Annotations
2 errors and 1 notice
tests/affine-local/e2e/quick-search.spec.ts#L1
1) quick-search.spec.ts:168:5 › Create a new page and search this page ───────────────────────────
Test timeout of 50000ms exceeded.
|
tests/affine-local/e2e/quick-search.spec.ts#L189
1) quick-search.spec.ts:168:5 › Create a new page and search this page ───────────────────────────
Error: page.reload: Test timeout of 50000ms exceeded.
Call log:
- waiting for navigation until "load"
- navigated to "http://localhost:8080/workspace/zwsInAZvTR0wjYtMsYmKc/YXFjfYKYK4hid-cBPEKIJ"
187 | await assertTitle(page, 'test123456');
188 |
> 189 | await page.reload();
| ^
190 | await waitForEditorLoad(page);
191 | await openQuickSearchByShortcut(page);
192 | await insertInputText(page, 'test123456');
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/quick-search.spec.ts:189:14
|
|
The logs for this run have expired and are no longer available.
Loading