Fixed : Modal dialog: small improvement for elementShouldBeHidden #116653
Annotations
2 errors 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: -2416.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
|
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 60
Received: -2416.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