Blocks: Adds check for parent before showing convert to pattern button #116831
Annotations
1 error and 1 notice
Run the tests:
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
|
Run the tests
1 flaky
[chromium] › site-editor/zoom-out.spec.js:20:2 › Zoom Out › Entering zoomed out mode zooms the canvas
2 skipped
193 passed (6.3m)
|
Loading