fix(page): link disapper when paste (#6135) #142
Annotations
1 error, 1 warning, and 1 notice
tests/utils/asserts.ts#L434
1) 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
|
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/.
|
|
The logs for this run have expired and are no longer available.
Loading