refactor: support multiple-editors #15047
Annotations
5 errors and 1 notice
Run playwright test:
tests/list.spec.ts#L1
1) list.spec.ts:54:1 › add new toggle list ───────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/misc.ts#L602
1) list.spec.ts:54:1 › add new toggle list ───────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('editor-host').first().locator('.inline-editor').first()
- locator resolved to <div data-v-root="true" contenteditable="true" class=…>…</div>
at utils/actions/misc.ts:602
600 | const locator = editor.locator(RICH_TEXT_SELECTOR).nth(i);
601 | // need to set `force` to true when clicking on `affine-selected-blocks`
> 602 | await locator.click({ force: true, position: options?.clickPosition });
| ^
603 | }
604 |
605 | export async function focusRichTextEnd(page: Page, i = 0) {
at focusRichText (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:602:17)
at /home/runner/work/blocksuite/blocksuite/tests/list.spec.ts:60:3
|
Run playwright test:
tests/list.spec.ts#L1
2) list.spec.ts:71:1 › convert to numbered list block ────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/misc.ts#L289
2) list.spec.ts:71:1 › convert to numbered list block ────────────────────────────────────────────
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
at utils/actions/misc.ts:289
287 | frameTimeout = NEXT_FRAME_TIMEOUT
288 | ) {
> 289 | await page.waitForTimeout(frameTimeout);
| ^
290 | }
291 |
292 | export async function waitForPageReady(page: Page) {
at waitNextFrame (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:289:14)
at updateBlockType (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/block.ts:33:9)
at /home/runner/work/blocksuite/blocksuite/tests/list.spec.ts:78:3
|
Run playwright test:
tests/list.spec.ts#L1
3) list.spec.ts:103:1 › indent list block ────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run playwright test
3 flaky
list.spec.ts:54:1 › add new toggle list ────────────────────────────────────────────────────────
list.spec.ts:71:1 › convert to numbered list block ─────────────────────────────────────────────
list.spec.ts:103:1 › indent list block ─────────────────────────────────────────────────────────
61 passed (3.5m)
|
The logs for this run have expired and are no longer available.
Loading