refactor(editor): simplify tsconfig #21530
Annotations
1 error, 1 warning, and 1 notice
Run playwright tests:
blocksuite/tests-legacy/utils/asserts.ts#L231
1) edgeless/connector/label.spec.ts:292:3 › connector label with straight shape › should enter the label editing state when pressing `Enter`
Error: expect(received).toEqual(expected) // deep equality
Expected: " a "
Received: "a "
at utils/asserts.ts:231
229 | return inlineEditor?.yText.toString();
230 | });
> 231 | expect(actualTexts).toEqual(text);
| ^
232 | }
233 |
234 | export async function assertRichImage(page: Page, count: number) {
at assertEdgelessCanvasText (/home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/utils/asserts.ts:231:23)
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/edgeless/connector/label.spec.ts:303:5
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run playwright tests
1 flaky
edgeless/connector/label.spec.ts:292:3 › connector label with straight shape › should enter the label editing state when pressing `Enter`
1 skipped
97 passed (2.9m)
|
Loading