Skip to content

Bump plugin version to 20.4.0 #125452

Bump plugin version to 20.4.0

Bump plugin version to 20.4.0 #125452

Triggered via push March 5, 2025 12:21
Status Failure
Total duration 21m 36s
Artifacts 1

end2end-test.yml

on: push
Matrix: e2e-playwright
Merge Artifacts
5s
Merge Artifacts
Report to GitHub
0s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 22 warnings, and 8 notices
[chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order: test/e2e/specs/editor/various/navigable-toolbar.spec.js#L192
1) [chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('button', { name: 'Paragraph', exact: true }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('button', { name: 'Paragraph', exact: true }) 9 × locator resolved to <button id=":ra:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-13" class="components-button components-dropdown-menu__toggle has-icon">…</button> - unexpected value "not focused" 190 | exact: true, 191 | } ); > 192 | await expect( blockToolbarParagraphButton ).toBeFocused(); | ^ 193 | await pageUtils.pressKeys( 'Tab' ); 194 | // check focus is on the block 195 | await BlockToolbarUtils.expectLabelToHaveFocus( 'Block: Paragraph' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:192:47
[chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order: test/e2e/specs/editor/various/navigable-toolbar.spec.js#L192
1) [chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('button', { name: 'Paragraph', exact: true }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('button', { name: 'Paragraph', exact: true }) 9 × locator resolved to <button id=":ra:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-13" class="components-button components-dropdown-menu__toggle has-icon">…</button> - unexpected value "not focused" 190 | exact: true, 191 | } ); > 192 | await expect( blockToolbarParagraphButton ).toBeFocused(); | ^ 193 | await pageUtils.pressKeys( 'Tab' ); 194 | // check focus is on the block 195 | await BlockToolbarUtils.expectLabelToHaveFocus( 'Block: Paragraph' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:192:47
[chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order: test/e2e/specs/editor/various/navigable-toolbar.spec.js#L192
1) [chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('button', { name: 'Paragraph', exact: true }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('button', { name: 'Paragraph', exact: true }) 9 × locator resolved to <button id=":ra:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-13" class="components-button components-dropdown-menu__toggle has-icon">…</button> - unexpected value "not focused" 190 | exact: true, 191 | } ); > 192 | await expect( blockToolbarParagraphButton ).toBeFocused(); | ^ 193 | await pageUtils.pressKeys( 'Tab' ); 194 | // check focus is on the block 195 | await BlockToolbarUtils.expectLabelToHaveFocus( 'Block: Paragraph' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:192:47
[chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks: test/e2e/specs/editor/various/navigable-toolbar.spec.js#L267
2) [chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('button', { name: 'Paragraph', exact: true }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('button', { name: 'Paragraph', exact: true }) 9 × locator resolved to <button id=":r1c:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-32" class="components-button components-dropdown-menu__toggle has-icon">…</button> - unexpected value "not focused" 265 | exact: true, 266 | } ); > 267 | await expect( blockToolbarParagraphButton ).toBeFocused(); | ^ 268 | // Go to Move Up Button 269 | await pageUtils.pressKeys( 'ArrowRight' ); 270 | const blockToolbarMoveUpButton = page.getByRole( 'button', { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:267:47
[chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks: test/e2e/specs/editor/various/navigable-toolbar.spec.js#L267
2) [chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('button', { name: 'Paragraph', exact: true }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('button', { name: 'Paragraph', exact: true }) 9 × locator resolved to <button id=":r1c:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-32" class="components-button components-dropdown-menu__toggle has-icon">…</button> - unexpected value "not focused" 265 | exact: true, 266 | } ); > 267 | await expect( blockToolbarParagraphButton ).toBeFocused(); | ^ 268 | // Go to Move Up Button 269 | await pageUtils.pressKeys( 'ArrowRight' ); 270 | const blockToolbarMoveUpButton = page.getByRole( 'button', { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:267:47
[chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks: test/e2e/specs/editor/various/navigable-toolbar.spec.js#L267
2) [chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('button', { name: 'Paragraph', exact: true }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('button', { name: 'Paragraph', exact: true }) 9 × locator resolved to <button id=":r1c:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-32" class="components-button components-dropdown-menu__toggle has-icon">…</button> - unexpected value "not focused" 265 | exact: true, 266 | } ); > 267 | await expect( blockToolbarParagraphButton ).toBeFocused(); | ^ 268 | // Go to Move Up Button 269 | await pageUtils.pressKeys( 'ArrowRight' ); 270 | const blockToolbarMoveUpButton = page.getByRole( 'button', { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:267:47
[chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits: test/e2e/specs/editor/various/patterns.spec.js#L317
3) [chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Back' }) 315 | 316 | // Go back to the post. > 317 | await editorTopBar.getByRole( 'button', { name: 'Back' } ).click(); | ^ 318 | 319 | await editor.selectBlocks( 320 | editor.canvas.getByRole( 'document', { name: 'Block: Pattern' } ) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:317:62
[chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits: test/e2e/specs/editor/various/patterns.spec.js#L317
3) [chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Back' }) 315 | 316 | // Go back to the post. > 317 | await editorTopBar.getByRole( 'button', { name: 'Back' } ).click(); | ^ 318 | 319 | await editor.selectBlocks( 320 | editor.canvas.getByRole( 'document', { name: 'Block: Pattern' } ) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:317:62
[chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits: test/e2e/specs/editor/various/patterns.spec.js#L317
3) [chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Back' }) 315 | 316 | // Go back to the post. > 317 | await editorTopBar.getByRole( 'button', { name: 'Back' } ).click(); | ^ 318 | 319 | await editor.selectBlocks( 320 | editor.canvas.getByRole( 'document', { name: 'Block: Pattern' } ) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:317:62
[chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should be able to insert a reusable block twice: test/e2e/specs/editor/various/patterns.spec.js#L580
4) [chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should be able to insert a reusable block twice TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Back' }) 578 | .filter( { hasText: 'Pattern updated.' } ) 579 | .click(); > 580 | await editorTopBar.getByRole( 'button', { name: 'Back' } ).click(); | ^ 581 | 582 | await expect( 583 | editor.canvas at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:580:62
Merge Artifacts
No artifacts found matching pattern 'flaky-tests-report*'
Playwright - 6
Cache not found for keys: node-cache-Linux-x64-npm-7eb1bbcf9d6338c1cf400cc91ffca567c0dca47670d0e5050e01bf304075bdfc
Playwright - 6
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Playwright - 6
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Playwright - 2
Cache not found for keys: node-cache-Linux-x64-npm-7eb1bbcf9d6338c1cf400cc91ffca567c0dca47670d0e5050e01bf304075bdfc
Playwright - 2
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Playwright - 2
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Playwright - 3
Cache not found for keys: node-cache-Linux-x64-npm-7eb1bbcf9d6338c1cf400cc91ffca567c0dca47670d0e5050e01bf304075bdfc
Playwright - 3
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Playwright - 3
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Playwright - 1
Cache not found for keys: node-cache-Linux-x64-npm-7eb1bbcf9d6338c1cf400cc91ffca567c0dca47670d0e5050e01bf304075bdfc
Playwright - 1
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Playwright - 1
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Playwright - 5
Cache not found for keys: node-cache-Linux-x64-npm-7eb1bbcf9d6338c1cf400cc91ffca567c0dca47670d0e5050e01bf304075bdfc
Playwright - 5
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Playwright - 5
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Playwright - 4
Cache not found for keys: node-cache-Linux-x64-npm-7eb1bbcf9d6338c1cf400cc91ffca567c0dca47670d0e5050e01bf304075bdfc
Playwright - 8
Cache not found for keys: node-cache-Linux-x64-npm-7eb1bbcf9d6338c1cf400cc91ffca567c0dca47670d0e5050e01bf304075bdfc
Playwright - 8
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Playwright - 8
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Playwright - 7
Cache not found for keys: node-cache-Linux-x64-npm-7eb1bbcf9d6338c1cf400cc91ffca567c0dca47670d0e5050e01bf304075bdfc
Playwright - 7
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Playwright - 7
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
🎭 Playwright Run Summary
2 skipped 203 passed (6.0m)
🎭 Playwright Run Summary
1 skipped 197 passed (7.7m)
🎭 Playwright Run Summary
1 skipped 204 passed (8.3m)
🎭 Playwright Run Summary
207 passed (8.9m)
🎭 Playwright Run Summary
1 skipped 201 passed (8.4m)
🎭 Playwright Run Summary
6 failed [chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order [chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks [chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits [chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should be able to insert a reusable block twice [chromium] › editor/various/post-editor-template-mode.spec.js:40:2 › Post Editor Template mode › Allow to switch to template mode, edit the template and check the result [chromium] › editor/various/post-editor-template-mode.spec.js:116:2 › Post Editor Template mode › Allow creating custom block templates in classic themes 5 skipped 187 passed (11.3m)
🎭 Playwright Run Summary
3 skipped 188 passed (10.7m)
🎭 Playwright Run Summary
1 skipped 208 passed (10.8m)

Artifacts

Produced during runtime
Name Size
failures-artifacts
41.9 MB