Change all references to 6.4.0 by 6.5.0 core version (#55320) #86253
end2end-test.yml
on: push
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
3m 59s
Annotations
2 errors and 4 notices
[firefox] › editor/various/writing-flow.spec.js:1120:2 › Writing Flow (@firefox:
test/e2e/specs/editor/various/writing-flow.spec.js#L1132
1) [firefox] › editor/various/writing-flow.spec.js:1120:2 › Writing Flow (@Firefox, @WebKit) › should select synced pattern
Error: expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('[data-type="core/block"]')
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- waiting for frameLocator('[name="editor-canvas"]').locator('[data-type="core/block"]')
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
1130 | await expect(
1131 | editor.canvas.locator( '[data-type="core/block"]' )
> 1132 | ).toBeFocused();
| ^
1133 |
1134 | await editor.insertBlock( { name: 'core/paragraph' } );
1135 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1132:5
|
[chromium] › editor/blocks/image.spec.js:341:2 › Image › allows rotating using the crop tools:
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
|
|
🎭 Playwright Run Summary
1 skipped
222 passed (19.7m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › editor/blocks/image.spec.js:341:2 › Image › allows rotating using the crop tools ──
11 skipped
225 passed (22.1m)
|
🎭 Playwright Run Summary
251 passed (26.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
7.05 MB |
|
flaky-tests-report
Expired
|
15.6 KB |
|