fix: fix note data compatibility #13739
Annotations
1 error and 1 notice
Run playwright test:
tests/utils/asserts.ts#L195
1) paragraph.spec.ts:1765:1 › delete at the start of paragraph (multiple notes) ──────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 2
Array [
- "123456",
+ "123",
+ "456",
]
at utils/asserts.ts:195
193 | });
194 | }, currentEditorIndex);
> 195 | expect(actualTexts).toEqual(texts);
| ^
196 | }
197 |
198 | export async function assertSelectionPath(page: Page, expected: string[]) {
at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:195:23)
at /home/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1794:3
|
Run playwright test
1 flaky
paragraph.spec.ts:1765:1 › delete at the start of paragraph (multiple notes) ───────────────────
65 passed (3.2m)
|
The logs for this run have expired and are no longer available.
Loading