Enter zoom-out mode when selecting patterns in the inserter #90056
Annotations
7 errors and 1 notice
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L76
1) [chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Contact details' })
============================================================
74 | name: newCategory,
75 | } )
> 76 | .click();
| ^
77 | await page.getByLabel( 'My unsynced pattern' ).click();
78 |
79 | await expect
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:76:5
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L76
1) [chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Contact details' })
============================================================
74 | name: newCategory,
75 | } )
> 76 | .click();
| ^
77 | await page.getByLabel( 'My unsynced pattern' ).click();
78 |
79 | await expect
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:76:5
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L76
1) [chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Contact details' })
============================================================
74 | name: newCategory,
75 | } )
> 76 | .click();
| ^
77 | await page.getByLabel( 'My unsynced pattern' ).click();
78 |
79 | await expect
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:76:5
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L165
2) [chromium] › editor/various/patterns.spec.js:100:2 › Synced pattern › create a new synced pattern via the block options menu
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Contact details' })
============================================================
163 | name: newCategory,
164 | } )
> 165 | .click();
| ^
166 | await page.getByRole( 'option', { name: 'My synced pattern' } ).click();
167 |
168 | await expect.poll( editor.getBlocks ).toEqual( [ ...after, ...after ] );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:165:5
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L165
2) [chromium] › editor/various/patterns.spec.js:100:2 › Synced pattern › create a new synced pattern via the block options menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Contact details' })
============================================================
163 | name: newCategory,
164 | } )
> 165 | .click();
| ^
166 | await page.getByRole( 'option', { name: 'My synced pattern' } ).click();
167 |
168 | await expect.poll( editor.getBlocks ).toEqual( [ ...after, ...after ] );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:165:5
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L165
2) [chromium] › editor/various/patterns.spec.js:100:2 › Synced pattern › create a new synced pattern via the block options menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Contact details' })
============================================================
163 | name: newCategory,
164 | } )
> 165 | .click();
| ^
166 | await page.getByRole( 'option', { name: 'My synced pattern' } ).click();
167 |
168 | await expect.poll( editor.getBlocks ).toEqual( [ ...after, ...after ] );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:165:5
|
Run the tests
Process completed with exit code 1.
|
Run the tests
2 failed
[chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu
[chromium] › editor/various/patterns.spec.js:100:2 › Synced pattern › create a new synced pattern via the block options menu
1 skipped
150 passed (7.8m)
|
The logs for this run have expired and are no longer available.
Loading