test(edgeless): edgeless element lock feature tests #8319
Annotations
1 error, 2 warnings, and 1 notice
tests/utils/asserts.ts#L209
1) selection/native.spec.ts:668:1 › select text in the same line with dragging rightward and press enter create block
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Array [
"123",
"456",
- "789",
- "abc",
+ "789
+ abc",
]
at utils/asserts.ts:209
207 | });
208 | }, currentEditorIndex);
> 209 | expect(actualTexts).toEqual(texts);
| ^
210 | }
211 |
212 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:209:23)
at /home/runner/work/blocksuite/blocksuite/tests/selection/native.spec.ts:690:3
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
|
The logs for this run have expired and are no longer available.
Loading