Skip to content

Block: combine store subscriptions #90716

Block: combine store subscriptions

Block: combine store subscriptions #90716

Triggered via pull request December 13, 2023 14:12
Status Cancelled
Total duration 57m 34s
Artifacts 2

end2end-test.yml

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

Annotations

35 errors, 2 warnings, and 2 notices
[chromium] › site-editor/block-removal.spec.js:43:2 › Site editor block removal prompt › should appear when attempting to remove Post Template Block: 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
[chromium] › site-editor/block-removal.spec.js:43:2 › Site editor block removal prompt › should appear when attempting to remove Post Template Block: 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
[chromium] › site-editor/block-removal.spec.js:43:2 › Site editor block removal prompt › should appear when attempting to remove Post Template Block: 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
[chromium] › site-editor/block-removal.spec.js:67:2 › Site editor block removal prompt › should not appear when attempting to remove something else: 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
[chromium] › site-editor/block-removal.spec.js:67:2 › Site editor block removal prompt › should not appear when attempting to remove something else: 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
[chromium] › site-editor/block-removal.spec.js:67:2 › Site editor block removal prompt › should not appear when attempting to remove something else: 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
[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: 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
[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: 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
[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: 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
[chromium] › site-editor/navigation-editor.spec.js:15:2 › Editing Navigation Menus › it should lock the root Navigation block in the editor: 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
[chromium] › editor/blocks/navigation-colors.spec.js:57:2 › Navigation colors › All navigation links should default to the body color and submenus and mobile overlay should default to a white background with black text: test/e2e/specs/editor/blocks/navigation-colors.spec.js#L372
1) [chromium] › editor/blocks/navigation-colors.spec.js:57:2 › Navigation colors › All navigation links should default to the body color and submenus and mobile overlay should default to a white background with black text Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected) Locator: frameLocator('[name="editor-canvas"]').locator('a').filter({ hasText: 'Custom Link' }) Expected string: "rgb(0, 0, 0)" Received string: "" Call log: - expect.toHaveCSS with timeout 5000ms - waiting for frameLocator('[name="editor-canvas"]').locator('a').filter({ hasText: 'Custom Link' }) 370 | .filter( { hasText: 'Page Link' } ); 371 | > 372 | await expect( customLink ).toHaveCSS( 'color', textColor ); | ^ 373 | await expect( pageLink ).toHaveCSS( 'color', textColor ); 374 | // Navigation background. 375 | const navigationWrapper = this.editor.canvas.getByRole( 'document', { at ColorControl.testEditorColors (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:372:30) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:69:22
[chromium] › editor/blocks/navigation-colors.spec.js:57:2 › Navigation colors › All navigation links should default to the body color and submenus and mobile overlay should default to a white background with black text: test/e2e/specs/editor/blocks/navigation-colors.spec.js#L372
1) [chromium] › editor/blocks/navigation-colors.spec.js:57:2 › Navigation colors › All navigation links should default to the body color and submenus and mobile overlay should default to a white background with black text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected) Locator: frameLocator('[name="editor-canvas"]').locator('a').filter({ hasText: 'Custom Link' }) Expected string: "rgb(0, 0, 0)" Received string: "" Call log: - expect.toHaveCSS with timeout 5000ms - waiting for frameLocator('[name="editor-canvas"]').locator('a').filter({ hasText: 'Custom Link' }) 370 | .filter( { hasText: 'Page Link' } ); 371 | > 372 | await expect( customLink ).toHaveCSS( 'color', textColor ); | ^ 373 | await expect( pageLink ).toHaveCSS( 'color', textColor ); 374 | // Navigation background. 375 | const navigationWrapper = this.editor.canvas.getByRole( 'document', { at ColorControl.testEditorColors (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:372:30) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:69:22
[chromium] › editor/blocks/navigation-colors.spec.js:57:2 › Navigation colors › All navigation links should default to the body color and submenus and mobile overlay should default to a white background with black text: test/e2e/specs/editor/blocks/navigation-colors.spec.js#L372
1) [chromium] › editor/blocks/navigation-colors.spec.js:57:2 › Navigation colors › All navigation links should default to the body color and submenus and mobile overlay should default to a white background with black text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected) Locator: frameLocator('[name="editor-canvas"]').locator('a').filter({ hasText: 'Custom Link' }) Expected string: "rgb(0, 0, 0)" Received string: "" Call log: - expect.toHaveCSS with timeout 5000ms - waiting for frameLocator('[name="editor-canvas"]').locator('a').filter({ hasText: 'Custom Link' }) 370 | .filter( { hasText: 'Page Link' } ); 371 | > 372 | await expect( customLink ).toHaveCSS( 'color', textColor ); | ^ 373 | await expect( pageLink ).toHaveCSS( 'color', textColor ); 374 | // Navigation background. 375 | const navigationWrapper = this.editor.canvas.getByRole( 'document', { at ColorControl.testEditorColors (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:372:30) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:69:22
[chromium] › editor/blocks/navigation-colors.spec.js:78:2 › Navigation colors › Top level navigation links inherit the text color from the theme/group but do not apply to the submenu or overlay text: test/e2e/specs/editor/blocks/navigation-colors.spec.js#L93
2) [chromium] › editor/blocks/navigation-colors.spec.js:78:2 › Navigation colors › Top level navigation links inherit the text color from the theme/group but do not apply to the submenu or overlay text TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('tab', { name: 'Styles' }) ============================================================ 91 | // In the sidebar inspector we add a link color and link hover color to the group block. 92 | await editor.openDocumentSettingsSidebar(); > 93 | await page.getByRole( 'tab', { name: 'Styles' } ).click(); | ^ 94 | await page.getByRole( 'button', { name: 'Color Text styles' } ).click(); 95 | await page 96 | .getByRole( 'option', { name: 'Color: White' } ) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:93:53
[chromium] › editor/blocks/navigation-colors.spec.js:78:2 › Navigation colors › Top level navigation links inherit the text color from the theme/group but do not apply to the submenu or overlay text: test/e2e/specs/editor/blocks/navigation-colors.spec.js#L93
2) [chromium] › editor/blocks/navigation-colors.spec.js:78:2 › Navigation colors › Top level navigation links inherit the text color from the theme/group but do not apply to the submenu or overlay text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('tab', { name: 'Styles' }) ============================================================ 91 | // In the sidebar inspector we add a link color and link hover color to the group block. 92 | await editor.openDocumentSettingsSidebar(); > 93 | await page.getByRole( 'tab', { name: 'Styles' } ).click(); | ^ 94 | await page.getByRole( 'button', { name: 'Color Text styles' } ).click(); 95 | await page 96 | .getByRole( 'option', { name: 'Color: White' } ) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:93:53
[chromium] › editor/blocks/navigation-colors.spec.js:78:2 › Navigation colors › Top level navigation links inherit the text color from the theme/group but do not apply to the submenu or overlay text: test/e2e/specs/editor/blocks/navigation-colors.spec.js#L93
2) [chromium] › editor/blocks/navigation-colors.spec.js:78:2 › Navigation colors › Top level navigation links inherit the text color from the theme/group but do not apply to the submenu or overlay text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('tab', { name: 'Styles' }) ============================================================ 91 | // In the sidebar inspector we add a link color and link hover color to the group block. 92 | await editor.openDocumentSettingsSidebar(); > 93 | await page.getByRole( 'tab', { name: 'Styles' } ).click(); | ^ 94 | await page.getByRole( 'button', { name: 'Color Text styles' } ).click(); 95 | await page 96 | .getByRole( 'option', { name: 'Color: White' } ) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:93:53
[chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group: test/e2e/specs/editor/blocks/navigation-colors.spec.js#L145
3) [chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('tab', { name: 'Styles' }) ============================================================ 143 | // In the sidebar inspector we add a link color and link hover color to the group block. 144 | await editor.openDocumentSettingsSidebar(); > 145 | await page.getByRole( 'tab', { name: 'Styles' } ).click(); | ^ 146 | await page.getByRole( 'button', { name: 'Color options' } ).click(); 147 | await page 148 | .getByRole( 'menuitemcheckbox', { name: 'Show Link' } ) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:145:53
[chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group: test/e2e/specs/editor/blocks/navigation-colors.spec.js#L145
3) [chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('tab', { name: 'Styles' }) ============================================================ 143 | // In the sidebar inspector we add a link color and link hover color to the group block. 144 | await editor.openDocumentSettingsSidebar(); > 145 | await page.getByRole( 'tab', { name: 'Styles' } ).click(); | ^ 146 | await page.getByRole( 'button', { name: 'Color options' } ).click(); 147 | await page 148 | .getByRole( 'menuitemcheckbox', { name: 'Show Link' } ) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:145:53
[chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group: test/e2e/specs/editor/blocks/navigation-colors.spec.js#L145
3) [chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('tab', { name: 'Styles' }) ============================================================ 143 | // In the sidebar inspector we add a link color and link hover color to the group block. 144 | await editor.openDocumentSettingsSidebar(); > 145 | await page.getByRole( 'tab', { name: 'Styles' } ).click(); | ^ 146 | await page.getByRole( 'button', { name: 'Color options' } ).click(); 147 | await page 148 | .getByRole( 'menuitemcheckbox', { name: 'Show Link' } ) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:145:53
[chromium] › editor/blocks/navigation-colors.spec.js:187:2 › Navigation colors › The navigation text color should apply to all navigation links including submenu and overlay text: test/e2e/specs/editor/blocks/navigation-colors.spec.js#L195
4) [chromium] › editor/blocks/navigation-colors.spec.js:187:2 › Navigation colors › The navigation text color should apply to all navigation links including submenu and overlay text TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('tab', { name: 'Styles' }) ============================================================ 193 | 194 | // In the inspector sidebar, we change the nav block colors. > 195 | await page.getByRole( 'tab', { name: 'Styles' } ).click(); | ^ 196 | // Pale pink for the text color. 197 | await page.getByRole( 'button', { name: 'Text', exact: true } ).click(); 198 | // 247, 141, 167 is the color of the "Pale pink" color preset. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:195:53
Puppeteer
The operation was canceled.
Playwright - 3
Canceling since a higher priority waiting request for 'End-to-End Tests-try/block-combine-select' exists
Playwright - 3
The operation was canceled.
Playwright - 4
Canceling since a higher priority waiting request for 'End-to-End Tests-try/block-combine-select' exists
Playwright - 4
The operation was canceled.
Playwright - 1
Canceling since a higher priority waiting request for 'End-to-End Tests-try/block-combine-select' exists
Playwright - 1
The operation was canceled.
Playwright - 7
Canceling since a higher priority waiting request for 'End-to-End Tests-try/block-combine-select' exists
Playwright - 7
The operation was canceled.
Playwright - 5
Canceling since a higher priority waiting request for 'End-to-End Tests-try/block-combine-select' exists
Playwright - 5
The operation was canceled.
Playwright - 5
ENOENT: no such file or directory, stat '/home/runner/work/gutenberg/gutenberg/artifacts/test-results/.playwright-artifacts-256/traces/resources/186518c9b42ebb51ddec50adac16885de1131ffc.css'
Playwright - 8
Canceling since a higher priority waiting request for 'End-to-End Tests-try/block-combine-select' exists
Playwright - 8
ENOENT: no such file or directory, stat '/home/runner/work/gutenberg/gutenberg/artifacts/test-results/.playwright-artifacts-185/traces/036850ef6b273283115c-f4c85721e5dcf20cbf7a-retry2-context1.trace'
Playwright - 8
The operation was canceled.
Playwright - 5
Runner GitHub Actions 120 did not respond to a cancelation request with 00:05:00.
Playwright - 8
Runner GitHub Actions 122 did not respond to a cancelation request with 00:05:00.
🎭 Playwright Run Summary
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 (22.9m)
🎭 Playwright Run Summary
79 failed [chromium] › editor/blocks/navigation-colors.spec.js:57:2 › Navigation colors › All navigation links should default to the body color and submenus and mobile overlay should default to a white background with black text [chromium] › editor/blocks/navigation-colors.spec.js:78:2 › Navigation colors › Top level navigation links inherit the text color from the theme/group but do not apply to the submenu or overlay text [chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group [chromium] › editor/blocks/navigation-colors.spec.js:187:2 › Navigation colors › The navigation text color should apply to all navigation links including submenu and overlay text [chromium] › editor/blocks/navigation-colors.spec.js:229:2 › Navigation colors › The navigation background color should apply to all navigation links including submenu and overlay backgrounds [chromium] › editor/blocks/navigation-colors.spec.js:274:2 › Navigation colors › As a user I expect my navigation to use the colors I selected for it [chromium] › editor/blocks/navigation-list-view.spec.js:49:2 › Navigation block - List view editing › show a list view in the inspector controls [chromium] › editor/blocks/navigation-list-view.spec.js:86:2 › Navigation block - List view editing › list view should correctly reflect navigation items' structure [chromium] › editor/blocks/navigation-list-view.spec.js:137:2 › Navigation block - List view editing › can add new menu items [chromium] › editor/blocks/navigation-list-view.spec.js:253:2 › Navigation block - List view editing › can remove menu items [chromium] › editor/blocks/navigation-list-view.spec.js:297:2 › Navigation block - List view editing › can edit menu items [chromium] › editor/blocks/navigation-list-view.spec.js:385:2 › Navigation block - List view editing › can add submenus [chromium] › editor/blocks/navigation-list-view.spec.js:464:2 › Navigation block - List view editing › does not display link interface for blocks that have not just been inserted [chromium] › editor/blocks/navigation.spec.js:23:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to a list of pages if there are no menus [chromium] › editor/blocks/navigation.spec.js:49:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to my only existing menu [chromium] › editor/blocks/navigation.spec.js:91:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to the only existing classic menu if there are no block menus [chromium] › editor/blocks/navigation.spec.js:127:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to my most recently created menu [chromium] › editor/blocks/navigation.spec.js:180:3 › Navigation block › As a user I want to create submenus using the navigation block › create a submenu [chromium] › editor/blocks/navigation.spec.js:217:3 › Navigation block › As a user I want to create submenus using the navigation block › submenu converts to link automatically [chromium] › editor/blocks/navigation.spec.js:263:2 › Navigation block › As a user I want to see a warning if the menu referenced by a navigation block is not available [chromium] › editor/blocks/navigation.spec.js:293:2 › Navigation block › Adding new links to a navigation block with existing inner blocks triggers creation of a single Navigation Menu [chromium] › editor/blocks/paragraph.spec.js:22:2 › Paragraph › should output unwrapped editable paragraph [chromium] › editor/blocks/paragraph.spec.js:62:3 › Paragraph › Empty paragraph › should allow dropping an image on an empty paragraph block [chromium] › editor/blocks/paragraph.spec.js:98:3 › Paragraph › Empty paragraph › should allow dropping blocks on an empty paragraph block [chromium

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
1.61 GB
flaky-tests-report Expired
2.94 KB