Skip to content

Client-side media: Add animated GIF to video conversion (MP4/WebM) #150192

Client-side media: Add animated GIF to video conversion (MP4/WebM)

Client-side media: Add animated GIF to video conversion (MP4/WebM) #150192

Triggered via pull request April 1, 2026 17:33
Status Success
Total duration 30m 47s
Artifacts 4

end2end-test.yml

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

Annotations

3 errors and 8 notices
[chromium] › test/e2e/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] › test/e2e/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] › test/e2e/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] › test/e2e/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] › test/e2e/specs/editor/plugins/block-hooks.spec.js:247:4 › Block Hooks API › Hooked blocks in Synced Pattern (classic) › should insert hooked blocks into Synced Pattern in editor and respect changes made there: packages/e2e-test-utils-playwright/src/request-utils/rest.ts#L119
1) [chromium] › test/e2e/specs/editor/plugins/block-hooks.spec.js:247:4 › Block Hooks API › Hooked blocks in Synced Pattern (classic) › should insert hooked blocks into Synced Pattern in editor and respect changes made there Error: apiRequestContext.fetch: socket hang up Call log: - → PUT http://localhost:8889/index.php?rest_route=/wp/v2/plugins/gutenberg-test-plugins/block-hooks - user-agent: Playwright/1.58.2 (x64; ubuntu 24.04) node/20.20 CI/1 - accept: */* - accept-encoding: gzip,deflate,br - X-WP-Nonce: bdae0711a5 - content-type: application/json - content-length: 21 - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1775238051%7CL3B90C79CXMT80u5JSL4edyEYKxCecvidrfrhFDtt0Y%7C75c76f83f0845d5667936aa5a034262b5f47f82908e52706b9d39398c1ffb64f; wp-settings-time-1=1775066193 at ../../../packages/e2e-test-utils-playwright/src/request-utils/rest.ts:119 117 | 118 | try { > 119 | const response = await this.request.fetch( url, { | ^ 120 | ...fetchOptions, 121 | failOnStatusCode: false, 122 | headers: { at RequestUtils.rest (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/request-utils/rest.ts:119:39) at RequestUtils.deactivatePlugin (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/request-utils/plugins.ts:96:13) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/block-hooks.spec.js:224:5
🎭 Playwright Run Summary
1 flaky [chromium] › test/e2e/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.5m)
🎭 Playwright Run Summary
1 flaky [chromium] › test/e2e/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 230 passed (12.4m)
🎭 Playwright Run Summary
3 skipped 242 passed (12.5m)
🎭 Playwright Run Summary
1 skipped 239 passed (12.8m)
🎭 Playwright Run Summary
246 passed (13.1m)
🎭 Playwright Run Summary
5 skipped 238 passed (17.1m)
🎭 Playwright Run Summary
6 skipped 237 passed (14.0m)
🎭 Playwright Run Summary
1 flaky [chromium] › test/e2e/specs/editor/plugins/block-hooks.spec.js:247:4 › Block Hooks API › Hooked blocks in Synced Pattern (classic) › should insert hooked blocks into Synced Pattern in editor and respect changes made there 1 skipped 258 passed (23.8m)

Artifacts

Produced during runtime
Name Size Digest
blob-reports-merged Expired
9.97 MB
sha256:2382d80cad7e66c5d567f21b4f213c5a9c79771ea1f719b360dd07bf7c83d80c
failures-artifacts Expired
6.03 MB
sha256:e612170677f915086c2c564f8ac121ef054678343928d0e91546899bd15dc51c
flaky-tests-report Expired
3.73 KB
sha256:aed843b86ebe455371c93e574c728bca38ab1e487f6a3a9fafda736c29448faf
html-report--attempt-1 Expired
9.18 MB
sha256:bc5ac91f76862f617c99e0bf5f250d2908ef652bde8769246939b831e8f0352e