fix(editor): table block supports parsing rich text #26705
Annotations
4 errors, 1 warning, and 1 notice
Run playwright tests:
tests/affine-local/e2e/links.spec.ts#L1
1) e2e/links.spec.ts:812:3 › Customize linked doc title and description › should automatically switch to card view and set a custom title and description
Test timeout of 50000ms exceeded.
|
Run playwright tests:
tests/affine-local/e2e/links.spec.ts#L845
1) e2e/links.spec.ts:812:3 › Customize linked doc title and description › should automatically switch to card view and set a custom title and description
Error: locator.click: Target page, context or browser has been closed
843 |
844 | // Copies link
> 845 | await cardToolbar.getByRole('button', { name: 'Copy link' }).click();
| ^
846 | const url1 = await (
847 | await page.evaluateHandle(() => navigator.clipboard.readText())
848 | ).jsonValue();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/links.spec.ts:845:66
|
Run playwright tests:
tests/affine-local/e2e/links.spec.ts#L1
2) e2e/links.spec.ts:954:3 › Customize linked doc title and description › should show emoji doc icon in normal document
Test timeout of 50000ms exceeded.
|
Run playwright tests:
tests/kit/src/utils/page-logic.ts#L61
2) e2e/links.spec.ts:954:3 › Customize linked doc title and description › should show emoji doc icon in normal document
Error: keyboard.type: Test timeout of 50000ms exceeded.
at ../../kit/src/utils/page-logic.ts:61
59 | // fixme: workaround for @ popover not showing up when editor is not ready
60 | await page.waitForTimeout(500);
> 61 | await page.keyboard.type('@', { delay: 50 });
| ^
62 | const linkedPagePopover = page.locator('.linked-doc-popover');
63 | await expect(linkedPagePopover).toBeVisible();
64 | await type(page, pageName || 'Untitled');
at createLinkedPage (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/page-logic.ts:61:23)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/links.spec.ts:963:5
|
Run playwright tests:
tests/affine-local/e2e/local-first-avatar.spec.ts#L1
tests/affine-local/e2e/local-first-avatar.spec.ts took 23.1s
|
Run playwright tests
2 flaky
e2e/links.spec.ts:812:3 › Customize linked doc title and description › should automatically switch to card view and set a custom title and description
e2e/links.spec.ts:954:3 › Customize linked doc title and description › should show emoji doc icon in normal document
3 skipped
45 passed (6.4m)
|
Loading