Editor: Move the panel visibility state from the edit-post to the edi… #90830
Annotations
2 errors and 1 notice
Run the tests:
test/e2e/specs/site-editor/font-library.spec.js#L42
1) [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
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for frameLocator('[name="editor-canvas"]').locator('body')
============================================================
40 | postType: 'wp_template',
41 | } );
> 42 | await editor.canvas.locator( 'body' ).click();
| ^
43 | } );
44 |
45 | test( 'should display the "Manage Fonts" icon', async ( { page } ) => {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/font-library.spec.js:42:42
|
Run the tests:
test/e2e/specs/site-editor/navigation-editor.spec.js#L73
2) [chromium] › site-editor/navigation-editor.spec.js:15:2 › Editing Navigation Menus › it should lock the root Navigation block in the editor › Manually browse to focus mode for a Navigation Menu
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Navigation' }).getByRole('button', { name: 'Primary Menu' })
============================================================
71 | name: 'Primary Menu',
72 | } )
> 73 | .click();
| ^
74 |
75 | await expect( page ).toHaveURL(
76 | `wp-admin/site-editor.php?postId=${ createdMenu?.id }&postType=wp_navigation`
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/navigation-editor.spec.js:73:6
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/navigation-editor.spec.js:22:3
|
Run the tests
2 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
[chromium] › site-editor/navigation-editor.spec.js:15:2 › Editing Navigation Menus › it should lock the root Navigation block in the editor
1 skipped
113 passed (6.9m)
|
The logs for this run have expired and are no longer available.
Loading