Editor: Fix post type check in isEditingTemplate selector #97206
Annotations
1 error, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/blocks/navigation-list-view.spec.js#L316
1) [chromium] › editor/blocks/navigation-list-view.spec.js:297:2 › Navigation block - List view editing › can edit menu items
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('treegrid', { name: 'Block navigation structure' }).getByRole('link', { name: 'Page', includeHidden: true }).getByText('Top Level Item 1')
============================================================
314 | } )
315 | .getByText( 'Top Level Item 1' );
> 316 | await firstMenuItemAnchor.click();
| ^
317 |
318 | // Get the settings panel.
319 | const blockSettings = page.getByRole( 'region', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:316:29
|
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
1 flaky
[chromium] › editor/blocks/navigation-list-view.spec.js:297:2 › Navigation block - List view editing › can edit menu items
1 skipped
161 passed (7.8m)
|
The logs for this run have expired and are no longer available.
Loading