feat(core): center peek open doc should only load doc when idle (#10023) #24900
Annotations
2 errors, 3 warnings, and 1 notice
tests/affine-local/e2e/links.spec.ts#L320
1) e2e/links.spec.ts:279:1 › allow switching to embed view when linking to the other document with mode
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for locator('affine-embed-card-toolbar').getByLabel('Switch view')
318 | // refocus
319 | await cardLink.click();
> 320 | await cardToolbar.getByLabel('Switch view').click();
| ^
321 |
322 | await clickable(cardToolbar.getByLabel('Inline view'));
323 | await notClickable(cardToolbar.getByLabel('Card view'));
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/links.spec.ts:320:47
|
tests/affine-local/e2e/links.spec.ts#L625
2) e2e/links.spec.ts:583:1 › 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')
623 | .waitFor({ state: 'visible' });
624 | await page.mouse.click(x - 50, y - 50);
> 625 | await page.getByLabel('Switch view').click();
| ^
626 | await page.getByTestId('link-to-embed').click();
627 |
628 | const viewport = await page
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/links.spec.ts:625:40
|
tests/affine-local/e2e/drag-page.spec.ts#L1
tests/affine-local/e2e/drag-page.spec.ts took 42.5s
|
tests/affine-local/e2e/duplicate-page.spec.ts#L1
tests/affine-local/e2e/duplicate-page.spec.ts took 42.5s
|
tests/affine-local/e2e/local-first-avatar.spec.ts#L1
tests/affine-local/e2e/local-first-avatar.spec.ts took 18.9s
|
|
The logs for this run have expired and are no longer available.
Loading