Initial prototype of simplified layout panel #79899
Annotations
4 errors and 1 notice
test/e2e/specs/editor/various/block-switcher-test.spec.js#L36
1) [chromium] › editor/various/block-switcher-test.spec.js:11:2 › Block Switcher › Block variation transforms
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('menu', { name: 'Stack' }).getByRole('group').getByRole('menuitem', { name: 'Row' })
============================================================
34 | variations.getByRole( 'menuitem', { name: 'Stack' } )
35 | ).toBeHidden();
> 36 | await variations.getByRole( 'menuitem', { name: 'Row' } ).click();
| ^
37 | await expect.poll( editor.getBlocks ).toMatchObject( [
38 | {
39 | name: 'core/group',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-switcher-test.spec.js:36:61
|
test/e2e/specs/editor/various/block-switcher-test.spec.js#L36
1) [chromium] › editor/various/block-switcher-test.spec.js:11:2 › Block Switcher › Block variation transforms
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('menu', { name: 'Stack' }).getByRole('group').getByRole('menuitem', { name: 'Row' })
============================================================
34 | variations.getByRole( 'menuitem', { name: 'Stack' } )
35 | ).toBeHidden();
> 36 | await variations.getByRole( 'menuitem', { name: 'Row' } ).click();
| ^
37 | await expect.poll( editor.getBlocks ).toMatchObject( [
38 | {
39 | name: 'core/group',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-switcher-test.spec.js:36:61
|
test/e2e/specs/editor/various/block-switcher-test.spec.js#L36
1) [chromium] › editor/various/block-switcher-test.spec.js:11:2 › Block Switcher › Block variation transforms
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('menu', { name: 'Stack' }).getByRole('group').getByRole('menuitem', { name: 'Row' })
============================================================
34 | variations.getByRole( 'menuitem', { name: 'Stack' } )
35 | ).toBeHidden();
> 36 | await variations.getByRole( 'menuitem', { name: 'Row' } ).click();
| ^
37 | await expect.poll( editor.getBlocks ).toMatchObject( [
38 | {
39 | name: 'core/group',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-switcher-test.spec.js:36:61
|
|
|
The logs for this run have expired and are no longer available.
Loading