feat(core): add tooltips to the doc properties in the sidebar #17576
Annotations
4 errors and 1 notice
tests/affine-mobile/e2e/explorer-folder.spec.ts#L1
1) [Mobile Safari] › explorer-folder.spec.ts:62:5 › create a folder and rename it ────────────────
Test timeout of 60000ms exceeded while setting up "page".
|
tests/kit/mobile.ts#L21
1) [Mobile Safari] › explorer-folder.spec.ts:62:5 › create a folder and rename it ────────────────
Error: page.goto: Test timeout of 60000ms exceeded.
Call log:
- navigating to "http://localhost:8080/", waiting until "load"
at ../../kit/mobile.ts:21
19 | timeout: 30 * 1000,
20 | });
> 21 | await page.goto('/');
| ^
22 | await use(page);
23 | },
24 | });
at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
|
tests/affine-mobile/e2e/explorer-tag.spec.ts#L1
2) [Mobile Safari] › explorer-tag.spec.ts:55:5 › create a tag from explorer ──────────────────────
Test timeout of 60000ms exceeded while setting up "page".
|
tests/kit/mobile.ts#L21
2) [Mobile Safari] › explorer-tag.spec.ts:55:5 › create a tag from explorer ──────────────────────
Error: page.goto: Test timeout of 60000ms exceeded.
Call log:
- navigating to "http://localhost:8080/", waiting until "load"
at ../../kit/mobile.ts:21
19 | timeout: 30 * 1000,
20 | });
> 21 | await page.goto('/');
| ^
22 | await use(page);
23 | },
24 | });
at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
|
|
The logs for this run have expired and are no longer available.
Loading