Position scaled html within available container space #116753
Annotations
1 error and 1 notice
test/e2e/specs/site-editor/zoom-out.spec.js#L44
1) [chromium] › site-editor/zoom-out.spec.js:20:2 › Zoom Out › Entering zoomed out mode zooms the canvas
Error: expect(received).toBeGreaterThan(expected)
Expected: > 60
Received: -2425.2985
42 | return parseFloat( paddingValue );
43 | } );
> 44 | expect( htmlRect.y + paddingTop ).toBeGreaterThan( iframeRect.y );
| ^
45 | expect( htmlRect.x ).toBeGreaterThan( iframeRect.x );
46 | } );
47 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/zoom-out.spec.js:44:37
|
|
This job succeeded
Loading