Skip to content

Suggest mode 6b: Capture and apply block-insert-after suggestions (mechanism) #154000

Suggest mode 6b: Capture and apply block-insert-after suggestions (mechanism)

Suggest mode 6b: Capture and apply block-insert-after suggestions (mechanism) #154000

Triggered via pull request May 5, 2026 20:19
Status Success
Total duration 34m 19s
Artifacts 3

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Merge Artifacts
45s
Merge Artifacts
Report to GitHub
2m 15s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 8 notices
[chromium] › specs/site-editor/homepage-settings.spec.js:62:2 › Homepage Settings via Editor › should show correct homepage actions based on current homepage or posts page: test/e2e/specs/site-editor/homepage-settings.spec.js#L93
1) [chromium] › specs/site-editor/homepage-settings.spec.js:62:2 › Homepage Settings via Editor › should show correct homepage actions based on current homepage or posts page Error: locator.click: Error: strict mode violation: getByRole('row').filter({ has: getByRole('gridcell').getByLabel('Sample page') }) resolved to 2 elements: 1) <div class="" id=":ru:" role="row">…</div> aka getByRole('row', { name: 'Sample Page Edit Actions Author Author avatar admin Status Published', exact: true }) 2) <div class="" id=":r16:" role="row">…</div> aka getByRole('row', { name: 'Sample page Edit Actions Author Author avatar admin Status Published', exact: true }) Call log: - waiting for getByRole('row').filter({ has: getByRole('gridcell').getByLabel('Sample page') }) 91 | .filter( { has: samplePageTwo } ); 92 | // eslint-disable-next-line playwright/no-force-option > 93 | await samplePageTwoRow.click( { force: true } ); | ^ 94 | await samplePageTwoRow 95 | .getByRole( 'button', { 96 | name: 'Actions', at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/homepage-settings.spec.js:93:26
[chromium] › specs/editor/blocks/cover.spec.js:383:2 › Cover › can use focal point picker to set the focal point of the cover image: test/e2e/specs/editor/blocks/cover.spec.js#L415
1) [chromium] › specs/editor/blocks/cover.spec.js:383:2 › Cover › can use focal point picker to set the focal point of the cover image Error: expect(locator).toHaveValue(expected) failed Locator: getByRole('spinbutton', { name: 'Focal point left position' }) Expected: "20" Received: "50" Timeout: 5000ms Call log: - Expect "toHaveValue" with timeout 5000ms - waiting for getByRole('spinbutton', { name: 'Focal point left position' }) 9 × locator resolved to <input min="0" step="1" max="100" value="50" type="number" autocomplete="off" inputmode="numeric" id="inspector-input-control-2" aria-label="Focal point left position" class="components-input-control__input dad-fc--cf-daeeebad-onxfbl em5sgkm3"/> - unexpected value "50" 413 | await focalPointTop.fill( '30' ); 414 | > 415 | await expect( focalPointLeft ).toHaveValue( '20' ); | ^ 416 | await expect( focalPointTop ).toHaveValue( '30' ); 417 | 418 | await expect.poll( editor.getBlocks ).toMatchObject( [ at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/cover.spec.js:415:34
[chromium] › specs/editor/various/post-content-focus-mode.spec.js:129:3 › Post Content focus mode › post content inside a template part › post title and content are editable and blocks can be inserted: packages/e2e-test-utils-playwright/src/editor/select-blocks.ts#L26
1) [chromium] › specs/editor/various/post-content-focus-mode.spec.js:129:3 › Post Content focus mode › post content inside a template part › post title and content are editable and blocks can be inserted › Paragraph and Group blocks are available in the inserter TimeoutError: locator.getAttribute: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByText('Initial content') at ../../../packages/e2e-test-utils-playwright/src/editor/select-blocks.ts:26 24 | : endSelectorOrLocator; 25 | > 26 | const startClientId = await startBlock.getAttribute( 'data-block' ); | ^ 27 | const endClientId = await endBlock?.getAttribute( 'data-block' ); 28 | 29 | if ( endClientId ) { at Editor.selectBlocks (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/select-blocks.ts:26:41) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-content-focus-mode.spec.js:163:18 at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-content-focus-mode.spec.js:159:15
[chromium] › specs/editor/blocks/navigation-frontend-interactivity.spec.js:528:3 › Navigation block - Frontend interactivity › Legacy openSubmenusOnClick backward compatibility › Should render and migrate legacy openSubmenusOnClick blocks: test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js#L615
1) [chromium] › specs/editor/blocks/navigation-frontend-interactivity.spec.js:528:3 › Navigation block - Frontend interactivity › Legacy openSubmenusOnClick backward compatibility › Should render and migrate legacy openSubmenusOnClick blocks › Save post and verify migration was written to database Error: expect(received).toContain(expected) // indexOf Expected substring: "\"submenuVisibility\":\"click\"" Received string: "<!-- wp:navigation {\"openSubmenusOnClick\":true,\"overlayMenu\":\"never\"} --> <!-- wp:navigation-submenu {\"label\":\"Products\"} --> <!-- wp:navigation-link {\"label\":\"Product 1\",\"url\":\"#\"} /--> <!-- wp:navigation-link {\"label\":\"Product 2\",\"url\":\"#\"} /--> <!-- /wp:navigation-submenu --> <!-- wp:navigation-link {\"label\":\"About\",\"url\":\"#\"} /--> <!-- /wp:navigation -->" 613 | const content = savedPost.content.raw; 614 | > 615 | expect( content ).toContain( '"submenuVisibility":"click"' ); | ^ 616 | expect( content ).not.toContain( 'openSubmenusOnClick' ); 617 | } ); 618 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:615:23 at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:593:4
🎭 Playwright Run Summary
1 flaky [chromium] › specs/site-editor/homepage-settings.spec.js:62:2 › Homepage Settings via Editor › should show correct homepage actions based on current homepage or posts page 3 skipped 249 passed (11.4m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/editor/blocks/cover.spec.js:383:2 › Cover › can use focal point picker to set the focal point of the cover image 254 passed (11.6m)
🎭 Playwright Run Summary
1 skipped 246 passed (13.7m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/editor/various/post-content-focus-mode.spec.js:129:3 › Post Content focus mode › post content inside a template part › post title and content are editable and blocks can be inserted 5 skipped 242 passed (13.6m)
🎭 Playwright Run Summary
7 skipped 242 passed (11.1m)
🎭 Playwright Run Summary
4 skipped 254 passed (12.9m)
🎭 Playwright Run Summary
6 skipped 247 passed (17.7m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/editor/blocks/navigation-frontend-interactivity.spec.js:528:3 › Navigation block - Frontend interactivity › Legacy openSubmenusOnClick backward compatibility › Should render and migrate legacy openSubmenusOnClick blocks 1 skipped 261 passed (24.8m)

Artifacts

Produced during runtime
Name Size Digest
blob-reports-merged
11.2 MB
sha256:ba28e2a16f086f2ff4aa39cdab009667ba20070deb494d3e9949b46c73fcba2b
flaky-tests-report
4.66 KB
sha256:5e7d3a4f887f412b5b9980c07cccd014809bae93a5e05ce3d1bf75f68a4cebfb
html-report--attempt-1
10.7 MB
sha256:17fe31e76e4c70b0ac73ec9373ed6043e2496e85ad8705ce450f4fee33602c56