refactor: support multiple-editors #15035
Annotations
2 errors and 1 notice
Run playwright test:
tests/paragraph.spec.ts#L1
1) paragraph.spec.ts:1585:1 › paragraph indent and delete in line start ──────────────────────────
Test finished within timeout of 30000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
Run playwright test:
tests/selection/native.spec.ts#L458
2) selection/native.spec.ts:430:1 › cursor move to up and down with children block ───────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "arrow down test 1"
Received: "arrow down test 2"
456 | const indexTwo = await getInlineSelectionIndex(page);
457 | const textTwo = await getInlineSelectionText(page);
> 458 | expect(textTwo).toBe('arrow down test 1');
| ^
459 | expect(indexTwo).toBeGreaterThanOrEqual(12);
460 | expect(indexTwo).toBeLessThanOrEqual(17);
461 | await page.keyboard.press('ArrowDown');
at /home/runner/work/blocksuite/blocksuite/tests/selection/native.spec.ts:458:19
|
Run playwright test
2 flaky
paragraph.spec.ts:1585:1 › paragraph indent and delete in line start ───────────────────────────
selection/native.spec.ts:430:1 › cursor move to up and down with children block ────────────────
1 skipped
61 passed (3.3m)
|
The logs for this run have expired and are no longer available.
Loading