refactor: support multiple-editors #15030
Annotations
3 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/utils/asserts.ts#L196
2) selection/block.spec.ts:136:1 › click the list icon can select and copy ───────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
- "123",
+ "23",
"456",
"789",
]
at utils/asserts.ts:196
194 | });
195 | }, currentEditorIndex);
> 196 | expect(actualTexts).toEqual(texts);
| ^
197 | }
198 |
199 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:196:23)
at /home/runner/work/blocksuite/blocksuite/tests/selection/block.spec.ts:140:3
|
Run playwright test:
tests/utils/asserts.ts#L196
2) selection/block.spec.ts:136:1 › click the list icon can select and copy ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
- "123",
+ "23",
"456",
"789",
]
at utils/asserts.ts:196
194 | });
195 | }, currentEditorIndex);
> 196 | expect(actualTexts).toEqual(texts);
| ^
197 | }
198 |
199 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:196:23)
at /home/runner/work/blocksuite/blocksuite/tests/selection/block.spec.ts:140:3
|
Run playwright test
2 flaky
paragraph.spec.ts:1585:1 › paragraph indent and delete in line start ───────────────────────────
selection/block.spec.ts:136:1 › click the list icon can select and copy ────────────────────────
1 skipped
61 passed (3.3m)
|
The logs for this run have expired and are no longer available.
Loading