fix: on hover logic and css selector on icon (#6050) #128
Annotations
1 error and 1 notice
tests/utils/asserts.ts#L430
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:430
428 | { blockId }
429 | );
> 430 | expect(actual).toEqual(ids);
| ^
431 | }
432 |
433 | export async function assertBlockChildrenFlavours(
at assertBlockChildrenIds (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:430:18)
at /home/runner/work/blocksuite/blocksuite/tests/list.spec.ts:591:5
|
|
The logs for this run have expired and are no longer available.
Loading