fix(core): open ai chat for first time #10533
Annotations
2 errors, 1 warning, and 1 notice
tests/affine-local/e2e/open-affine.spec.ts#L1
1) open-affine.spec.ts:7:5 › Open last workspace when back to affine ─────────────────────────────
Test timeout of 50000ms exceeded.
|
tests/kit/utils/load-page.ts#L7
1) open-affine.spec.ts:7:5 › Open last workspace when back to affine ─────────────────────────────
Error: page.goto: Test timeout of 50000ms exceeded.
Call log:
- navigating to "http://localhost:8080/", waiting until "load"
at ../../kit/utils/load-page.ts:7
5 |
6 | export async function openHomePage(page: Page) {
> 7 | await page.goto(coreUrl);
| ^
8 | }
9 |
10 | export async function open404Page(page: Page) {
at openHomePage (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/load-page.ts:7:14)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/open-affine.spec.ts:19:21
|
tests/affine-local/navigation.spec.ts#L1
tests/affine-local/navigation.spec.ts took 45.5s
|
|
This job succeeded
Loading