WIP: Try surfacing content inspector controls for contentOnly
inner blocks
#118018
Annotations
4 errors and 1 notice
Run the tests:
test/e2e/specs/editor/blocks/navigation-list-view.spec.js#L366
1) [chromium] › editor/blocks/navigation-list-view.spec.js:303:2 › Navigation block - List view editing › can edit menu items
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Go to parent Navigation block' })
364 | name: 'Go to parent Navigation block',
365 | } )
> 366 | .click();
| ^
367 |
368 | // Check we're back on the Nav block list view.
369 | const listViewPanel = page.getByRole( 'tabpanel', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:366:5
|
Run the tests:
test/e2e/specs/editor/blocks/navigation-list-view.spec.js#L366
1) [chromium] › editor/blocks/navigation-list-view.spec.js:303:2 › Navigation block - List view editing › can edit menu items
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Go to parent Navigation block' })
364 | name: 'Go to parent Navigation block',
365 | } )
> 366 | .click();
| ^
367 |
368 | // Check we're back on the Nav block list view.
369 | const listViewPanel = page.getByRole( 'tabpanel', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:366:5
|
Run the tests:
test/e2e/specs/editor/blocks/navigation-list-view.spec.js#L366
1) [chromium] › editor/blocks/navigation-list-view.spec.js:303:2 › Navigation block - List view editing › can edit menu items
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Go to parent Navigation block' })
364 | name: 'Go to parent Navigation block',
365 | } )
> 366 | .click();
| ^
367 |
368 | // Check we're back on the Nav block list view.
369 | const listViewPanel = page.getByRole( 'tabpanel', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:366:5
|
Run the tests
Process completed with exit code 1.
|
Run the tests
1 failed
[chromium] › editor/blocks/navigation-list-view.spec.js:303:2 › Navigation block - List view editing › can edit menu items
1 skipped
193 passed (9.7m)
|
Loading