fix(editor): table block supports parsing rich text #26705
Annotations
1 error, 2 warnings, and 1 notice
Server E2E Test 2/3:
tests/kit/src/utils/page-logic.ts#L23
1) e2e/open-in-app.spec.ts:33:1 › open in app card should be shown for cloud workspace ───────────
TimeoutError: page.waitForSelector: Timeout 20000ms exceeded.
Call log:
- waiting for locator('v-line') to be visible
at ../../kit/src/utils/page-logic.ts:23
21 |
22 | export async function waitForEditorLoad(page: Page) {
> 23 | await page.waitForSelector('v-line', {
| ^
24 | timeout: 20000,
25 | });
26 | }
at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/page-logic.ts:23:14)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/open-in-app.spec.ts:24:9
|
Server E2E Test 2/3:
tests/affine-cloud/e2e/share-page.spec.ts#L1
tests/affine-cloud/e2e/share-page.spec.ts took 3.3m
|
Server E2E Test 2/3:
tests/affine-cloud/e2e/page-history.spec.ts#L1
tests/affine-cloud/e2e/page-history.spec.ts took 1.1m
|
Server E2E Test 2/3
1 flaky
e2e/open-in-app.spec.ts:33:1 › open in app card should be shown for cloud workspace ────────────
11 passed (6.2m)
|
Loading