Block: combine store subscriptions #90709
Annotations
10 errors and 1 notice
test/e2e/specs/site-editor/block-removal.spec.js#L56
1) [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.
=========================== logs ===========================
waiting for getByRole('region', { name: 'List View' }).getByRole('link', { name: 'Post Template' })
============================================================
54 |
55 | // Select and try to remove Post Template block
> 56 | await listView.getByRole( 'link', { name: 'Post Template' } ).click();
| ^
57 | await page.keyboard.press( 'Backspace' );
58 |
59 | // Expect the block removal prompt to have appeared
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-removal.spec.js:56:65
|
test/e2e/specs/site-editor/block-removal.spec.js#L56
1) [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.
=========================== logs ===========================
waiting for getByRole('region', { name: 'List View' }).getByRole('link', { name: 'Post Template' })
============================================================
54 |
55 | // Select and try to remove Post Template block
> 56 | await listView.getByRole( 'link', { name: 'Post Template' } ).click();
| ^
57 | await page.keyboard.press( 'Backspace' );
58 |
59 | // Expect the block removal prompt to have appeared
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-removal.spec.js:56:65
|
test/e2e/specs/site-editor/block-removal.spec.js#L56
1) [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.
=========================== logs ===========================
waiting for getByRole('region', { name: 'List View' }).getByRole('link', { name: 'Post Template' })
============================================================
54 |
55 | // Select and try to remove Post Template block
> 56 | await listView.getByRole( 'link', { name: 'Post Template' } ).click();
| ^
57 | await page.keyboard.press( 'Backspace' );
58 |
59 | // Expect the block removal prompt to have appeared
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-removal.spec.js:56:65
|
test/e2e/specs/site-editor/block-removal.spec.js#L83
2) [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.
=========================== logs ===========================
waiting for getByRole('region', { name: 'List View' }).getByRole('link', { name: 'Post Template' })
============================================================
81 |
82 | // Select its Post Template inner block
> 83 | await listView.getByRole( 'link', { name: 'Post Template' } ).click();
| ^
84 |
85 | // Reveal its inner blocks in the list view
86 | await page.keyboard.press( 'ArrowRight' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-removal.spec.js:83:65
|
test/e2e/specs/site-editor/block-removal.spec.js#L83
2) [chromium] › site-editor/block-removal.spec.js:67:2 › Site editor block removal prompt › should not appear when attempting to remove something else
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'List View' }).getByRole('link', { name: 'Post Template' })
============================================================
81 |
82 | // Select its Post Template inner block
> 83 | await listView.getByRole( 'link', { name: 'Post Template' } ).click();
| ^
84 |
85 | // Reveal its inner blocks in the list view
86 | await page.keyboard.press( 'ArrowRight' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-removal.spec.js:83:65
|
test/e2e/specs/site-editor/block-removal.spec.js#L83
2) [chromium] › site-editor/block-removal.spec.js:67:2 › Site editor block removal prompt › should not appear when attempting to remove something else
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'List View' }).getByRole('link', { name: 'Post Template' })
============================================================
81 |
82 | // Select its Post Template inner block
> 83 | await listView.getByRole( 'link', { name: 'Post Template' } ).click();
| ^
84 |
85 | // Reveal its inner blocks in the list view
86 | await page.keyboard.press( 'ArrowRight' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-removal.spec.js:83:65
|
test/e2e/specs/site-editor/multi-entity-saving.spec.js#L73
3) [chromium] › site-editor/multi-entity-saving.spec.js:56:2 › Site Editor - Multi-entity save flow › save flow should allow re-saving after changing the same block attribute
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor Settings' }).getByRole('group', { name: 'Font size' }).getByRole('radio', { name: 'Small' })
============================================================
71 |
72 | // Change font size.
> 73 | await fontSizePicker.getByRole( 'radio', { name: 'Small' } ).click();
| ^
74 |
75 | await editor.saveSiteEditorEntities();
76 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/multi-entity-saving.spec.js:73:64
|
test/e2e/specs/site-editor/multi-entity-saving.spec.js#L73
3) [chromium] › site-editor/multi-entity-saving.spec.js:56:2 › Site Editor - Multi-entity save flow › save flow should allow re-saving after changing the same block attribute
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor Settings' }).getByRole('group', { name: 'Font size' }).getByRole('radio', { name: 'Small' })
============================================================
71 |
72 | // Change font size.
> 73 | await fontSizePicker.getByRole( 'radio', { name: 'Small' } ).click();
| ^
74 |
75 | await editor.saveSiteEditorEntities();
76 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/multi-entity-saving.spec.js:73:64
|
test/e2e/specs/site-editor/multi-entity-saving.spec.js#L73
3) [chromium] › site-editor/multi-entity-saving.spec.js:56:2 › Site Editor - Multi-entity save flow › save flow should allow re-saving after changing the same block attribute
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor Settings' }).getByRole('group', { name: 'Font size' }).getByRole('radio', { name: 'Small' })
============================================================
71 |
72 | // Change font size.
> 73 | await fontSizePicker.getByRole( 'radio', { name: 'Small' } ).click();
| ^
74 |
75 | await editor.saveSiteEditorEntities();
76 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/multi-entity-saving.spec.js:73:64
|
test/e2e/specs/site-editor/navigation-editor.spec.js#L141
4) [chromium] › site-editor/navigation-editor.spec.js:15:2 › Editing Navigation Menus › it should lock the root Navigation block in the editor › Check Navigation block has no controls other than editable list view
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('region', { name: 'Editor settings' }).getByRole('heading', { name: 'Menu', exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('heading', { name: 'Menu', exact: true })
139 | await expect(
140 | sidebar.getByRole( 'heading', { name: 'Menu', exact: true } )
> 141 | ).toBeVisible();
| ^
142 |
143 | // Check the standard tabs are not present.
144 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/navigation-editor.spec.js:141:6
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/navigation-editor.spec.js:127:3
|
28 failed
[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/multi-entity-saving.spec.js:56:2 › Site Editor - Multi-entity save flow › save flow should allow re-saving after changing the same block attribute
[chromium] › site-editor/navigation-editor.spec.js:15:2 › Editing Navigation Menus › it should lock the root Navigation block in the editor
[chromium] › site-editor/pages.spec.js:93:2 › Pages › create a new page, edit template and toggle page template preview
[chromium] › site-editor/push-to-global-styles.spec.js:23:2 › Push to Global Styles button › should apply Heading block styles to all Heading blocks
[chromium] › site-editor/style-variations.spec.js:189:2 › Global styles variations › should reflect style variations in the styles applied to the editor
[chromium] › site-editor/template-part.spec.js:22:2 › Template Part › can create template parts via the block placeholder start blank option
[chromium] › site-editor/template-part.spec.js:54:2 › Template Part › can create template parts via the block placeholder choose existing option
[chromium] › site-editor/template-part.spec.js:80:2 › Template Part › can convert a single block to a template part
[chromium] › site-editor/template-part.spec.js:119:2 › Template Part › can convert multiple blocks to a template part
[chromium] › site-editor/template-part.spec.js:179:2 › Template Part › can detach blocks from a template part
[chromium] › site-editor/template-part.spec.js:221:2 › Template Part › shows changes in a template when a template part it contains is modified
[chromium] › site-editor/template-part.spec.js:253:2 › Template Part › doesn't throw a block error when clicking on a link
[chromium] › site-editor/template-part.spec.js:338:2 › Template Part › can not import a widget area into a non-empty template part
[chromium] › site-editor/template-part.spec.js:361:2 › Template Part › Keeps focus in place on undo in template parts
[chromium] › site-editor/template-revert.spec.js:61:2 › Template Revert › should show the original content after revert
[chromium] › site-editor/template-revert.spec.js:158:2 › Template Revert › should show the original content after revert, clicking undo then redo in the header toolbar
[chromium] › site-editor/template-revert.spec.js:190:2 › Template Revert › should show the original content after revert, clicking undo in the notice then undo in the header toolbar
[chromium] › widgets/customizing-widgets.spec.js:45:2 › Widgets Customizer › should add blocks ─
[chromium] › widgets/customizing-widgets.spec.js:107:2 › Widgets Customizer › should open the inspector panel
[chromium] › widgets/customizing-widgets.spec.js:236:2 › Widgets Customizer › should move focus to the block
[chromium] › widgets/customizing-widgets.spec.js:294:2 › Widgets Customizer › should clear block selection
[chromium] › widgets/customizing-widgets.spec.js:349:2 › Widgets Customizer › should handle legacy widgets
[chromium] › widgets/customizing-widgets.spec.js:439:2 › Widgets Customizer › should handle esc key events
[chromium] › widgets/customizing-widgets.spec.js:482:2 › Widgets Customizer › should move (inner) blocks to another sidebar
[chromium] › widgets/customizing-widgets.spec.js:537:2 › Widgets Customizer › should stay in block settings after making a change in that area
[chromium] › widgets/customizing-widgets.spec.js:589:2 › Widgets Customizer › preserves content in the Custom HTML block
1 flaky
[chromium] › site-editor/font-library.spec.js:45:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage Fonts" icon
1 skipped
86 passed (23.4m)
|
The logs for this run have expired and are no longer available.
Loading