perf: faster tick for snapshot #6271
Annotations
1 error, 1 warning, and 1 notice
tests/utils/asserts.ts#L205
1) clipboard/list.spec.ts:677:1 › paste in list format ───────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
Array [
"test111",
- "222",
]
at utils/asserts.ts:205
203 | });
204 | }, currentEditorIndex);
> 205 | expect(actualTexts).toEqual(texts);
| ^
206 | }
207 |
208 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:205:23)
at /home/runner/work/blocksuite/blocksuite/tests/clipboard/list.spec.ts:706:3
|
|
|
This job succeeded
Loading