fix(page): markdown export list early closing issue (#6151) #144
Annotations
3 errors, 1 warning, and 1 notice
tests/linked-page.spec.ts#L1
1) linked-page.spec.ts:867:1 › should [[Selected text]] converted to linked page ─────────────────
Test finished within timeout of 30000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
tests/utils/asserts.ts#L434
2) list.spec.ts:573:3 › indent correctly when deleting list item › delete the child item in the middle position
Error: expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 1
Array [
"4",
+ "7",
"6",
]
at utils/asserts.ts:434
432 | { blockId }
433 | );
> 434 | expect(actual).toEqual(ids);
| ^
435 | }
436 |
437 | export async function assertBlockChildrenFlavours(
at assertBlockChildrenIds (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:434:18)
at /home/runner/work/blocksuite/blocksuite/tests/list.spec.ts:591:5
|
tests/utils/asserts.ts#L148
3) paragraph.spec.ts:1287:1 › press arrow up in the second line should move caret to the first line
Error: expect(received).toBe(expected) // Object.is equality
Expected: "1"
Received: ""
at utils/asserts.ts:148
146 | const inlineEditor = editor.locator('.doc-title-container').first();
147 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 148 | expect(vText).toBe(text);
| ^
149 | }
150 |
151 | export async function assertInlineEditorDeltas(
at assertTitle (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:148:17)
at /home/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1327:3
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
3 flaky
linked-page.spec.ts:867:1 › should [[Selected text]] converted to linked page ──────────────────
list.spec.ts:573:3 › indent correctly when deleting list item › delete the child item in the middle position
paragraph.spec.ts:1287:1 › press arrow up in the second line should move caret to the first line
1 skipped
61 passed (3.4m)
|
The logs for this run have expired and are no longer available.
Loading