feat(edgeless): support updating dragging area when viewport updates β¦ #24
Annotations
1 error and 1 notice
tests/utils/asserts.ts#L187
1) edgeless/text.spec.ts:81:1 βΊ add text element in text mode ββββββββββββββββββββββββββββββββββββ
Error: expect(received).toEqual(expected) // deep equality
Expected: "hhelloello"
Received: "helloello"
at utils/asserts.ts:187
185 | return vEditor?.yText.toString();
186 | });
> 187 | expect(actualTexts).toEqual(text);
| ^
188 | }
189 |
190 | export async function assertRichImage(page: Page, count: number) {
at assertEdgelessCanvasText (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:187:23)
at /home/runner/work/blocksuite/blocksuite/tests/edgeless/text.spec.ts:107:3
|
|
The logs for this run have expired and are no longer available.
Loading