Block: combine store subscriptions #90681
Annotations
10 errors and 1 notice
test/e2e/specs/site-editor/hybrid-theme.spec.js#L49
1) [chromium] › site-editor/hybrid-theme.spec.js:26:2 › Hybrid theme › can view a template part ──
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Site Title' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Site Title' })
47 | name: 'Block: Site Title',
48 | } )
> 49 | ).toBeVisible();
| ^
50 | } );
51 | } );
52 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/hybrid-theme.spec.js:49:5
|
test/e2e/specs/site-editor/hybrid-theme.spec.js#L49
1) [chromium] › site-editor/hybrid-theme.spec.js:26:2 › Hybrid theme › can view a template part ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Site Title' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Site Title' })
47 | name: 'Block: Site Title',
48 | } )
> 49 | ).toBeVisible();
| ^
50 | } );
51 | } );
52 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/hybrid-theme.spec.js:49:5
|
test/e2e/specs/site-editor/hybrid-theme.spec.js#L49
1) [chromium] › site-editor/hybrid-theme.spec.js:26:2 › Hybrid theme › can view a template part ──
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Site Title' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Site Title' })
47 | name: 'Block: Site Title',
48 | } )
> 49 | ).toBeVisible();
| ^
50 | } );
51 | } );
52 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/hybrid-theme.spec.js:49:5
|
test/e2e/specs/site-editor/list-view.spec.js#L94
2) [chromium] › site-editor/list-view.spec.js:52:2 › Site Editor List View › ensures List View global shortcut works properly
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Site Tagline' })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Site Tagline' })
92 | name: 'Block: Site Tagline',
93 | } )
> 94 | ).toBeFocused();
| ^
95 |
96 | // Since focus is now at the site tagline block in the canvas,
97 | // pressing the list view shortcut should bring focus back to the site tagline
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/list-view.spec.js:94:5
|
test/e2e/specs/site-editor/list-view.spec.js#L94
2) [chromium] › site-editor/list-view.spec.js:52:2 › Site Editor List View › ensures List View global shortcut works properly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Site Tagline' })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Site Tagline' })
92 | name: 'Block: Site Tagline',
93 | } )
> 94 | ).toBeFocused();
| ^
95 |
96 | // Since focus is now at the site tagline block in the canvas,
97 | // pressing the list view shortcut should bring focus back to the site tagline
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/list-view.spec.js:94:5
|
test/e2e/specs/site-editor/list-view.spec.js#L94
2) [chromium] › site-editor/list-view.spec.js:52:2 › Site Editor List View › ensures List View global shortcut works properly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Site Tagline' })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Site Tagline' })
92 | name: 'Block: Site Tagline',
93 | } )
> 94 | ).toBeFocused();
| ^
95 |
96 | // Since focus is now at the site tagline block in the canvas,
97 | // pressing the list view shortcut should bring focus back to the site tagline
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/list-view.spec.js:94:5
|
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/pages.spec.js#L29
4) [chromium] › site-editor/pages.spec.js:93:2 › Pages › create a new page, edit template and toggle page template preview
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Content' }).getByRole('document', { name: 'Empty block; start writing or type forward slash to choose a block' })
============================================================
27 | name: 'Empty block; start writing or type forward slash to choose a block',
28 | } )
> 29 | .click();
| ^
30 |
31 | // Insert into Page Content using default block.
32 | await editor.canvas
at addPageContent (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:29:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:99:9
|
30 failed
[chromium] › site-editor/hybrid-theme.spec.js:26:2 › Hybrid theme › can view a template part ───
[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:56:2 › Site Editor - Multi-entity save flow › save flow should allow re-saving after changing the same block attribute
[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] › site-editor/writing-flow.spec.js:16:2 › Site editor writing flow › allows shift tabbing to the block toolbar from the first block
[chromium] › site-editor/writing-flow.spec.js:44:2 › Site editor writing flow › allows tabbing to the inspector from the last block
[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:171:2 › Widgets Customizer › should handle the inserter outer section
[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
|
The logs for this run have expired and are no longer available.
Loading