Components: add Tabs
(a composable TabPanel
v2)
#85251
Annotations
1 error and 1 notice
test/e2e/specs/editor/blocks/image.spec.js#L375
1) [chromium] › editor/blocks/image.spec.js:341:2 › Image › allows rotating using the crop tools ─
Error: Screenshot comparison failed:
50 pixels (ratio 0.50 of all image pixels) are different.
Expected: /home/runner/work/gutenberg/gutenberg/artifacts/test-results/editor-blocks-image-Image-allows-rotating-using-the-crop-tools-chromium/Image-allows-rotating-using-the-crop-tools-1-expected.png
Received: /home/runner/work/gutenberg/gutenberg/artifacts/test-results/editor-blocks-image-Image-allows-rotating-using-the-crop-tools-chromium/Image-allows-rotating-using-the-crop-tools-1-actual.png
Diff: /home/runner/work/gutenberg/gutenberg/artifacts/test-results/editor-blocks-image-Image-allows-rotating-using-the-crop-tools-chromium/Image-allows-rotating-using-the-crop-tools-1-diff.png
373 | expect(
374 | await imageBlockUtils.getImageBuffer( updatedImageSrc )
> 375 | ).toMatchSnapshot();
| ^
376 | } );
377 |
378 | test( 'should undo without broken temporary state', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:375:5
|
|
The logs for this run have expired and are no longer available.
Loading