Core data: getEditedEntityRecord: do not return empty object #102224
Annotations
11 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L1138
1) [chromium] › editor/various/writing-flow.spec.js:1124:2 › Writing Flow (@Firefox, @WebKit) › should select synced pattern
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('[name="editor-canvas"]').locator('[data-type="core/block"] [data-type="core/paragraph"]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('[data-type="core/block"] [data-type="core/paragraph"]')
1136 | '[data-type="core/block"] [data-type="core/paragraph"]'
1137 | )
> 1138 | ).toBeVisible();
| ^
1139 |
1140 | await editor.insertBlock( { name: 'core/paragraph' } );
1141 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1138:5
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L1138
1) [chromium] › editor/various/writing-flow.spec.js:1124:2 › Writing Flow (@Firefox, @WebKit) › should select synced pattern
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('[name="editor-canvas"]').locator('[data-type="core/block"] [data-type="core/paragraph"]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('[data-type="core/block"] [data-type="core/paragraph"]')
1136 | '[data-type="core/block"] [data-type="core/paragraph"]'
1137 | )
> 1138 | ).toBeVisible();
| ^
1139 |
1140 | await editor.insertBlock( { name: 'core/paragraph' } );
1141 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1138:5
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L1138
1) [chromium] › editor/various/writing-flow.spec.js:1124:2 › Writing Flow (@Firefox, @WebKit) › should select synced pattern
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('[name="editor-canvas"]').locator('[data-type="core/block"] [data-type="core/paragraph"]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('[data-type="core/block"] [data-type="core/paragraph"]')
1136 | '[data-type="core/block"] [data-type="core/paragraph"]'
1137 | )
> 1138 | ).toBeVisible();
| ^
1139 |
1140 | await editor.insertBlock( { name: 'core/paragraph' } );
1141 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1138:5
|
Run the tests:
test/e2e/specs/site-editor/block-removal.spec.js#L20
2) [chromium] › site-editor/block-removal.spec.js:23:2 › Site editor block removal prompt › should appear when attempting to remove Query Block
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').locator('body')
18 | postType: 'wp_template',
19 | } );
> 20 | await editor.canvas.locator( 'body' ).click();
| ^
21 | } );
22 |
23 | test( 'should appear when attempting to remove Query Block', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-removal.spec.js:20:41
|
Run the tests:
test/e2e/specs/site-editor/block-removal.spec.js#L20
2) [chromium] › site-editor/block-removal.spec.js:23:2 › Site editor block removal prompt › should appear when attempting to remove Query Block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').locator('body')
18 | postType: 'wp_template',
19 | } );
> 20 | await editor.canvas.locator( 'body' ).click();
| ^
21 | } );
22 |
23 | test( 'should appear when attempting to remove Query Block', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-removal.spec.js:20:41
|
Run the tests:
test/e2e/specs/site-editor/block-removal.spec.js#L20
2) [chromium] › site-editor/block-removal.spec.js:23:2 › Site editor block removal prompt › should appear when attempting to remove Query Block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').locator('body')
18 | postType: 'wp_template',
19 | } );
> 20 | await editor.canvas.locator( 'body' ).click();
| ^
21 | } );
22 |
23 | test( 'should appear when attempting to remove Query Block', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-removal.spec.js:20:41
|
Run the tests:
test/e2e/specs/site-editor/block-removal.spec.js#L20
3) [chromium] › site-editor/block-removal.spec.js:43:2 › Site editor block removal prompt › should appear when attempting to remove Post Template Block
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').locator('body')
18 | postType: 'wp_template',
19 | } );
> 20 | await editor.canvas.locator( 'body' ).click();
| ^
21 | } );
22 |
23 | test( 'should appear when attempting to remove Query Block', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-removal.spec.js:20:41
|
Run the tests:
test/e2e/specs/site-editor/block-removal.spec.js#L20
3) [chromium] › site-editor/block-removal.spec.js:43:2 › Site editor block removal prompt › should appear when attempting to remove Post Template Block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').locator('body')
18 | postType: 'wp_template',
19 | } );
> 20 | await editor.canvas.locator( 'body' ).click();
| ^
21 | } );
22 |
23 | test( 'should appear when attempting to remove Query Block', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-removal.spec.js:20:41
|
Run the tests:
test/e2e/specs/site-editor/block-removal.spec.js#L20
3) [chromium] › site-editor/block-removal.spec.js:43:2 › Site editor block removal prompt › should appear when attempting to remove Post Template Block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').locator('body')
18 | postType: 'wp_template',
19 | } );
> 20 | await editor.canvas.locator( 'body' ).click();
| ^
21 | } );
22 |
23 | test( 'should appear when attempting to remove Query Block', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-removal.spec.js:20:41
|
Run the tests:
test/e2e/specs/site-editor/block-removal.spec.js#L20
4) [chromium] › site-editor/block-removal.spec.js:67:2 › Site editor block removal prompt › should not appear when attempting to remove something else
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').locator('body')
18 | postType: 'wp_template',
19 | } );
> 20 | await editor.canvas.locator( 'body' ).click();
| ^
21 | } );
22 |
23 | test( 'should appear when attempting to remove Query Block', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-removal.spec.js:20:41
|
Archive debug artifacts (screenshots, traces)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
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
10 failed
[chromium] › editor/various/writing-flow.spec.js:1124:2 › Writing Flow (@Firefox, @WebKit) › should select synced pattern
[chromium] › site-editor/block-removal.spec.js:23:2 › Site editor block removal prompt › should appear when attempting to remove Query Block
[chromium] › site-editor/block-removal.spec.js:43:2 › Site editor block removal prompt › should appear when attempting to remove Post Template Block
[chromium] › site-editor/block-removal.spec.js:67:2 › Site editor block removal prompt › should not appear when attempting to remove something else
[chromium] › site-editor/global-styles-sidebar.spec.js:23:2 › Global styles sidebar › should filter blocks list results
[chromium] › site-editor/iframe-rendering.spec.js:15:2 › Site editor iframe rendering mode › Should render editor in standards mode.
[chromium] › site-editor/list-view.spec.js:24:2 › Site Editor List View › should open by default when preference is enabled
[chromium] › site-editor/list-view.spec.js:52:2 › Site Editor List View › ensures List View global shortcut works properly
[chromium] › site-editor/multi-entity-saving.spec.js:29:2 › Site Editor - Multi-entity save flow › save flow should work as expected
[chromium] › site-editor/multi-entity-saving.spec.js:65:2 › Site Editor - Multi-entity save flow › save flow should allow re-saving after changing the same block attribute
1 flaky
[chromium] › site-editor/navigation-editor.spec.js:15:2 › Editing Navigation Menus › it should lock the root Navigation block in the editor
174 passed (14.4m)
|
Loading