fix(database): drag-handle of column blink when mouse enter right (#4β¦ #31
Annotations
1 error and 1 notice
tests/utils/asserts.ts#L173
1) clipboard.spec.ts:1287:1 βΊ paste parent block βββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Array [
"This is parent",
- "This is child 1",
- "This is child 2Thi",
+ "his is child 1",
+ "his is child 2his",
]
at utils/asserts.ts:173
171 | });
172 | }, currentEditorIndex);
> 173 | expect(actualTexts).toEqual(texts);
| ^
174 | }
175 |
176 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:173:23)
at /home/runner/work/blocksuite/blocksuite/tests/clipboard.spec.ts:1306:3
|
|
The logs for this run have expired and are no longer available.
Loading