Feat/arabic support #6260
Annotations
1 error, 1 warning, and 1 notice
tests/utils/asserts.ts#L226
1) edgeless/connector/label.spec.ts:306:3 › connector label with straight shape › should exit the label editing state when pressing `Mod-Enter` or `Escape`
Error: expect(received).toEqual(expected) // deep equality
Expected: "b"
Received: "a"
at utils/asserts.ts:226
224 | return inlineEditor?.yText.toString();
225 | });
> 226 | expect(actualTexts).toEqual(text);
| ^
227 | }
228 |
229 | export async function assertRichImage(page: Page, count: number) {
at assertEdgelessCanvasText (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:226:23)
at /home/runner/work/blocksuite/blocksuite/tests/edgeless/connector/label.spec.ts:323:5
|
|
|
This job succeeded
Loading