refactor(core): move workspace implementation to affine #21786
Annotations
1 error, 1 warning, and 1 notice
Run playwright tests:
tests/affine-local/e2e/links.spec.ts#L580
1) links.spec.ts:538:5 › should show edgeless content when switching card view of linked mode doc in edgeless
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for getByLabel('Switch view')
578 | .waitFor({ state: 'visible' });
579 | await page.mouse.click(x - 50, y - 50);
> 580 | await page.getByLabel('Switch view').click();
| ^
581 | await page.getByTestId('link-to-embed').click();
582 |
583 | const viewport = await page
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/links.spec.ts:580:40
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run playwright tests
1 flaky
links.spec.ts:538:5 › should show edgeless content when switching card view of linked mode doc in edgeless
2 skipped
33 passed (3.9m)
|
Loading