docs(server): update developing server md #21586
Annotations
1 error, 1 warning, and 1 notice
Run playwright tests:
blocksuite/tests-legacy/utils/asserts.ts#L210
1) paragraph.spec.ts:227:1 › insert new paragraph block by enter ─────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Array [
"",
- "",
- "",
+ "
+ ",
]
at utils/asserts.ts:210
208 | });
209 | }, currentEditorIndex);
> 210 | expect(actualTexts).toEqual(texts);
| ^
211 | }
212 |
213 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/utils/asserts.ts:210:23)
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/paragraph.spec.ts:233:3
|
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
paragraph.spec.ts:227:1 › insert new paragraph block by enter ──────────────────────────────────
97 passed (1.5m)
|
Loading