Skip to content

Allow all e2e tests to be run with core only #150511

Allow all e2e tests to be run with core only

Allow all e2e tests to be run with core only #150511

Triggered via pull request April 6, 2026 13:16
Status Success
Total duration 28m 55s
Artifacts 1

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Merge Artifacts
37s
Merge Artifacts
Report to GitHub
1m 58s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

10 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/site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB: test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L81
2) [chromium] › specs/site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB, and vice versa Error: expect(locator).toBeFocused() failed Locator: getByRole('grid').getByRole('button').first() Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for getByRole('grid').getByRole('button').first() 9 × locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-511-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-511-label" aria-describedby="view-list-0-511-description"></button> - unexpected value "inactive" 79 | await expect( page.getByRole( 'grid' ) ).toBeVisible(); 80 | await page.keyboard.press( 'Tab' ); > 81 | await expect( firstItem ).toBeFocused(); | ^ 82 | 83 | // Go to the preview. 84 | await page.keyboard.press( 'Tab' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:81:29
[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/classic.spec.js:44:2 › Classic › should insert media: packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts#L20
2) [chromium] › specs/editor/blocks/classic.spec.js:44:2 › Classic › should insert media, convert to blocks, and undo in one step Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('role=toolbar[name="Block tools"i]').locator('role=button[name="Convert to blocks"]') at ../../../packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts:20 18 | const button = blockToolbar.locator( `role=button[name="${ label }"]` ); 19 | > 20 | await button.click(); | ^ 21 | } 22 | at Editor.clickBlockToolbarButton (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts:20:15) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/classic.spec.js:105:3
[chromium] › specs/editor/blocks/classic.spec.js:44:2 › Classic › should insert media: packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts#L20
2) [chromium] › specs/editor/blocks/classic.spec.js:44:2 › Classic › should insert media, convert to blocks, and undo in one step TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('role=toolbar[name="Block tools"i]').locator('role=button[name="Convert to blocks"]') at ../../../packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts:20 18 | const button = blockToolbar.locator( `role=button[name="${ label }"]` ); 19 | > 20 | await button.click(); | ^ 21 | } 22 | at Editor.clickBlockToolbarButton (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts:20:15) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/classic.spec.js:105:3
[chromium] › specs/admin/font-library.spec.js:32:3 › Font Library › When a user manages custom fonts via the UI › should allow user to add and remove multiple local font files: test/e2e/specs/admin/font-library.spec.js#L61
1) [chromium] › specs/admin/font-library.spec.js:32:3 › Font Library › When a user manages custom fonts via the UI › should allow user to add and remove multiple local font files Error: expect(locator).toBeVisible() failed Locator: getByLabel('Exo 2 Semi-bold Italic') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByLabel('Exo 2 Semi-bold Italic') 59 | await expect( 60 | page.getByLabel( 'Exo 2 Semi-bold Italic' ) > 61 | ).toBeVisible(); | ^ 62 | 63 | // Check CSS preset was created by creating a post and applying the font. 64 | await admin.createNewPost(); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/admin/font-library.spec.js:61:6
Merge Artifacts
Process completed with exit code 1.
Merge Artifacts
Unable to download artifact(s): Artifact not found for name: blob-reports-merged Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
Merge Artifacts
No artifacts found matching pattern 'blob-reports--*'
Merge Artifacts
No artifacts found matching pattern 'failures-artifacts*'
🎭 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 242 passed (11.4m)
🎭 Playwright Run Summary
3 skipped 242 passed (12.6m)
🎭 Playwright Run Summary
1 skipped 239 passed (12.6m)
🎭 Playwright Run Summary
2 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 [chromium] › specs/site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB, and vice versa 5 skipped 229 passed (13.0m)
🎭 Playwright Run Summary
2 flaky [chromium] › specs/admin/font-library.spec.js:32:3 › Font Library › When a user manages custom fonts via the UI › should allow user to add and remove multiple local font files [chromium] › specs/editor/blocks/classic.spec.js:44:2 › Classic › should insert media, convert to blocks, and undo in one step 244 passed (13.8m)
🎭 Playwright Run Summary
6 skipped 237 passed (14.2m)
🎭 Playwright Run Summary
5 skipped 238 passed (15.9m)
🎭 Playwright Run Summary
1 skipped 259 passed (21.9m)

Artifacts

Produced during runtime
Name Size Digest
flaky-tests-report
5.64 KB
sha256:1ca03e758137b1bea968ede6f911996f8939defcbf56db2c32affa324fadbf0c