Move zoom out into PreviewDropdown #94382
Annotations
1 error and 1 notice
Run the tests:
test/e2e/specs/editor/blocks/paragraph.spec.js#L243
1) [chromium] › editor/blocks/paragraph.spec.js:163:4 › Paragraph › Empty paragraph › Dragging positions › Only the first block is an empty paragraph block
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('data-testid=block-popover-drop-zone')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('data-testid=block-popover-drop-zone')
241 | headingBox.y + 1
242 | );
> 243 | await expect( draggingUtils.dropZone ).toBeVisible();
| ^
244 | await expect
245 | .poll( () =>
246 | draggingUtils.confirmValidDropZonePosition(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/paragraph.spec.js:243:45
|
Run the tests
1 flaky
[chromium] › editor/blocks/paragraph.spec.js:163:4 › Paragraph › Empty paragraph › Dragging positions › Only the first block is an empty paragraph block
1 skipped
137 passed (7.3m)
|
The logs for this run have expired and are no longer available.
Loading