fix(editor): embed iframe block idle status selected style #33140
Annotations
1 error and 1 notice
tests/blocksuite/e2e/utils/actions/drag.ts#L134
1) e2e/edgeless/note/drag-handle.spec.ts:109:1 › drag handle should work inside one note ─────────
TimeoutError: locator.hover: Timeout 5000ms exceeded.
Call log:
- waiting for locator('.affine-drag-handle-container')
- locator resolved to <div class="affine-drag-handle-container">…</div>
- attempting hover action
2 × waiting for element to be visible and stable
- element is not visible
- retrying hover action
- waiting 20ms
2 × waiting for element to be visible and stable
- element is not visible
- retrying hover action
- waiting 100ms
9 × waiting for element to be visible and stable
- element is not visible
- retrying hover action
- waiting 500ms
- waiting for element to be visible and stable
at utils/actions/drag.ts:134
132 | await waitNextFrame(page);
133 | const dragHandleContainer = page.locator('.affine-drag-handle-container');
> 134 | await dragHandleContainer.hover();
| ^
135 | const handle = await dragHandleContainer.boundingBox();
136 | if (!handle) {
137 | throw new Error();
at dragHandleFromBlockToBlockBottomById (/home/runner/work/AFFiNE/AFFiNE/tests/blocksuite/e2e/utils/actions/drag.ts:134:29)
at /home/runner/work/AFFiNE/AFFiNE/tests/blocksuite/e2e/edgeless/note/drag-handle.spec.ts:117:3
|
|
The logs for this run have expired and are no longer available.
Loading