ci: shard vitest to speed up unit test (#9235) #20475
Annotations
1 error, 1 warning, and 1 notice
blocksuite/tests-legacy/list.spec.ts#L690
1) list.spec.ts:649:3 › toggle list › click toggle icon should collapsed list ────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: false
Received: true
688 | await page.mouse.move(0, 0);
689 | await waitNextFrame(page, 200);
> 690 | expect(await isToggleIconVisible(toggleIcon)).toBe(false);
| ^
691 | });
692 |
693 | test('indent item should expand toggle', async ({ page }, testInfo) => {
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/list.spec.ts:690:51
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
This job succeeded
Loading