refactor(editor): edgeless shape toolbar config extension #29467
Annotations
8 errors and 1 notice
tests/affine-local/e2e/links.spec.ts#L625
1) 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/links.spec.ts#L625
1) e2e/links.spec.ts:583:1 › should show edgeless content when switching card view of linked mode doc in edgeless
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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/links.spec.ts#L625
1) e2e/links.spec.ts:583:1 › should show edgeless content when switching card view of linked mode doc in edgeless
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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/links.spec.ts#L625
1) e2e/links.spec.ts:583:1 › should show edgeless content when switching card view of linked mode doc in edgeless
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
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/links.spec.ts#L23
2) e2e/links.spec.ts:491:1 › linked doc should show markdown preview in the backlink section ─────
Test timeout of 50000ms exceeded while running "beforeEach" hook.
21 | import { expect, type Locator, type Page } from '@playwright/test';
22 |
> 23 | test.beforeEach(async ({ page }) => {
| ^
24 | await openHomePage(page);
25 | await clickNewPageButton(page);
26 | await waitForEmptyEditor(page);
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/links.spec.ts:23:6
|
tests/affine-local/e2e/links.spec.ts#L23
3) e2e/links.spec.ts:519:1 › the viewport should be fit when the linked document is with edgeless mode
Test timeout of 50000ms exceeded while running "beforeEach" hook.
21 | import { expect, type Locator, type Page } from '@playwright/test';
22 |
> 23 | test.beforeEach(async ({ page }) => {
| ^
24 | await openHomePage(page);
25 | await clickNewPageButton(page);
26 | await waitForEmptyEditor(page);
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/links.spec.ts:23:6
|
tests/affine-local/e2e/open-affine.spec.ts#L41
4) e2e/open-affine.spec.ts:28:1 › Download client tip ────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[data-testid=local-demo-tips]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[data-testid=local-demo-tips]')
39 | '[data-testid=local-demo-tips]'
40 | );
> 41 | await expect(currentLocalDemoTipsItemItem).toBeVisible();
| ^
42 | });
43 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/open-affine.spec.ts:41:46
|
|
1 failed
e2e/links.spec.ts:583:1 › should show edgeless content when switching card view of linked mode doc in edgeless
3 flaky
e2e/links.spec.ts:491:1 › linked doc should show markdown preview in the backlink section ──────
e2e/links.spec.ts:519:1 › the viewport should be fit when the linked document is with edgeless mode
e2e/open-affine.spec.ts:28:1 › Download client tip ─────────────────────────────────────────────
3 skipped
46 passed (8.0m)
|
The logs for this run have expired and are no longer available.
Loading