refactor(core): move workspace implementation to affine #21786
Annotations
1 error, 1 warning, and 1 notice
blocksuite/tests-legacy/drag.spec.ts#L553
1) drag.spec.ts:513:1 › should get to selected block when dragging unselected block ──────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('affine-block-selection').locator('visible=true')
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('affine-block-selection').locator('visible=true')
9 × locator resolved to 0 elements
- unexpected value "0"
551 | await page.mouse.up();
552 |
> 553 | await expect(blockSelections).toHaveCount(1);
| ^
554 |
555 | // FIXME(DND)
556 | // await assertRichTexts(page, ['456', '123']);
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/drag.spec.ts:553:33
|
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