Migrating BlockPatternList
to use updated Composite
implementation
#86806
Annotations
4 errors and 1 notice
test/e2e/specs/editor/blocks/query.spec.js#L43
1) [chromium] › editor/blocks/query.spec.js:32:3 › Query block › Query block insertion › List ────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('dialog', { name: 'Choose a pattern' }).getByRole('option', { name: 'Standard' })
============================================================
41 | .getByRole( 'dialog', { name: 'Choose a pattern' } )
42 | .getByRole( 'option', { name: 'Standard' } )
> 43 | .click();
| ^
44 |
45 | await expect.poll( editor.getBlocks ).toMatchObject( [
46 | {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/query.spec.js:43:6
|
test/e2e/specs/editor/blocks/query.spec.js#L43
1) [chromium] › editor/blocks/query.spec.js:32:3 › Query block › Query block insertion › List ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('dialog', { name: 'Choose a pattern' }).getByRole('option', { name: 'Standard' })
============================================================
41 | .getByRole( 'dialog', { name: 'Choose a pattern' } )
42 | .getByRole( 'option', { name: 'Standard' } )
> 43 | .click();
| ^
44 |
45 | await expect.poll( editor.getBlocks ).toMatchObject( [
46 | {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/query.spec.js:43:6
|
test/e2e/specs/editor/blocks/query.spec.js#L43
1) [chromium] › editor/blocks/query.spec.js:32:3 › Query block › Query block insertion › List ────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('dialog', { name: 'Choose a pattern' }).getByRole('option', { name: 'Standard' })
============================================================
41 | .getByRole( 'dialog', { name: 'Choose a pattern' } )
42 | .getByRole( 'option', { name: 'Standard' } )
> 43 | .click();
| ^
44 |
45 | await expect.poll( editor.getBlocks ).toMatchObject( [
46 | {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/query.spec.js:43:6
|
|
|
The logs for this run have expired and are no longer available.
Loading