fix(core): remove joined workspace icon from current worksapce card #14902
Annotations
2 errors and 1 notice
tests/affine-migration/e2e/basic.spec.ts#L1
1) basic.spec.ts:33:5 › v1 to v4 ─────────────────────────────────────────────────────────────────
Test timeout of 50000ms exceeded.
|
tests/affine-migration/e2e/basic.spec.ts#L36
1) basic.spec.ts:33:5 › v1 to v4 ─────────────────────────────────────────────────────────────────
Error: page.goto: Test timeout of 50000ms exceeded.
Call log:
- navigating to "http://localhost:8080/", waiting until "load"
34 | await open404PageToInitData(page, '0.7.0-canary.18');
35 |
> 36 | await page.goto(coreUrl);
| ^
37 | await clickSideBarAllPageButton(page);
38 |
39 | await expect(page.getByTestId('upgrade-workspace-button')).toBeVisible();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-migration/e2e/basic.spec.ts:36:14
|
|
This job succeeded
Loading