Refine rename flow for blocks with overrides #101202
Annotations
5 errors, 1 warning, and 1 notice
Run the tests:
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
|
Run the tests:
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
|
Run the tests:
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
|
Run the tests:
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
|
Run the tests
Process completed with exit code 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/.
|
Run the tests
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)
|
The logs for this run have expired and are no longer available.
Loading