refactor(mobile): impl all-docs masonry with css grid, close AF-1598 #17860
Annotations
1 error, 3 warnings, and 1 notice
tests/kit/utils/page-logic.ts#L23
1) navigation.spec.ts:19:5 › back and forward buttons ────────────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 20000ms exceeded.
Call log:
- waiting for locator('v-line') to be visible
at ../../kit/utils/page-logic.ts:23
21 |
22 | export async function waitForEditorLoad(page: Page) {
> 23 | await page.waitForSelector('v-line', {
| ^
24 | timeout: 20000,
25 | });
26 | }
at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:23:14)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/navigation.spec.ts:43:26
|
tests/affine-local/local-first-trash-page.spec.ts#L1
tests/affine-local/local-first-trash-page.spec.ts took 45.9s
|
tests/affine-local/local-first-show-delete-modal.spec.ts#L1
tests/affine-local/local-first-show-delete-modal.spec.ts took 45.0s
|
tests/affine-local/open-affine.spec.ts#L1
tests/affine-local/open-affine.spec.ts took 23.6s
|
|
This job succeeded
Loading