Skip to content

Refine rename flow for blocks with overrides #101202

Refine rename flow for blocks with overrides

Refine rename flow for blocks with overrides #101202

Triggered via pull request April 10, 2024 09:33
Status Failure
Total duration 25m 27s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Report to GitHub
3m 24s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 9 warnings, and 8 notices
[chromium] › editor/various/pattern-overrides.spec.js:220:2 › Pattern Overrides › retains override values when converting a pattern block to regular blocks: test/e2e/specs/editor/various/pattern-overrides.spec.js#L256
1) [chromium] › editor/various/pattern-overrides.spec.js:220:2 › Pattern Overrides › retains override values when converting a pattern block to regular blocks Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 Array [ Object { "attributes": Object { - "content": "edited Editable", + "content": "Editable", "metadata": undefined, }, "name": "core/paragraph", }, ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 254 | 255 | // Check that the overrides remain. > 256 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 257 | { 258 | name: 'core/paragraph', 259 | attributes: { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:256:41
[chromium] › editor/various/pattern-overrides.spec.js:220:2 › Pattern Overrides › retains override values when converting a pattern block to regular blocks: test/e2e/specs/editor/various/pattern-overrides.spec.js#L256
1) [chromium] › editor/various/pattern-overrides.spec.js:220:2 › Pattern Overrides › retains override values when converting a pattern block to regular blocks Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 Array [ Object { "attributes": Object { - "content": "edited Editable", + "content": "Editable", "metadata": undefined, }, "name": "core/paragraph", }, ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 254 | 255 | // Check that the overrides remain. > 256 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 257 | { 258 | name: 'core/paragraph', 259 | attributes: { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:256:41
[chromium] › editor/various/pattern-overrides.spec.js:220:2 › Pattern Overrides › retains override values when converting a pattern block to regular blocks: test/e2e/specs/editor/various/pattern-overrides.spec.js#L256
1) [chromium] › editor/various/pattern-overrides.spec.js:220:2 › Pattern Overrides › retains override values when converting a pattern block to regular blocks Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 Array [ Object { "attributes": Object { - "content": "edited Editable", + "content": "Editable", "metadata": undefined, }, "name": "core/paragraph", }, ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 254 | 255 | // Check that the overrides remain. > 256 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 257 | { 258 | name: 'core/paragraph', 259 | attributes: { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:256:41
[chromium] › editor/various/embedding.spec.js:82:2 › Embedding content › should render embeds in the correct state: test/e2e/specs/editor/various/embedding.spec.js#L139
2) [chromium] › editor/various/embedding.spec.js:82:2 › Embedding content › should render embeds in the correct state Error: WordPress valid content. Should render valid figure element. Timed out 5000ms waiting for expect(locator).toHaveClass(expected) Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block' }).last().locator('figure') Expected string: "wp-block-embed" Received string: "" Call log: - WordPress valid content. Should render valid figure element. with timeout 5000ms - waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block' }).last().locator('figure') 137 | currenEmbedBlock.locator( 'figure' ), 138 | 'WordPress valid content. Should render valid figure element.' > 139 | ).toHaveClass( 'wp-block-embed' ); | ^ 140 | 141 | await embedUtils.insertEmbed( 142 | 'https://www.youtube.com/watch?v=lXMskKTw3Bc' at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/embedding.spec.js:139:5
Playwright - 4
Process completed with exit code 1.
Playwright - 6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Report to GitHub
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8, ./packages/report-flaky-tests. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎭 Playwright Run Summary
3 skipped 180 passed (5.9m)
🎭 Playwright Run Summary
3 skipped 144 passed (7.9m)
🎭 Playwright Run Summary
11 skipped 180 passed (9.5m)
🎭 Playwright Run Summary
183 passed (9.0m)
🎭 Playwright Run Summary
1 skipped 177 passed (9.2m)
🎭 Playwright Run Summary
1 failed [chromium] › editor/various/pattern-overrides.spec.js:220:2 › Pattern Overrides › retains override values when converting a pattern block to regular blocks 1 flaky [chromium] › editor/various/embedding.spec.js:82:2 › Embedding content › should render embeds in the correct state 1 skipped 180 passed (10.1m)
🎭 Playwright Run Summary
1 skipped 191 passed (10.1m)
🎭 Playwright Run Summary
220 passed (14.4m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
6.49 MB
flaky-tests-report Expired
1.11 KB