put block editor in zoom out mode when inserting patterns #99498
Annotations
7 errors, 1 warning, 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.
Call log:
- 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.poll( editor.getBlocks ).toEqual( [
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.
Call log:
- 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.poll( editor.getBlocks ).toEqual( [
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.
Call log:
- 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.poll( editor.getBlocks ).toEqual( [
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#L181
2) [chromium] › editor/various/patterns.spec.js:107:2 › Synced pattern › create a new synced pattern via the block options menu
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Contact details' })
179 | name: newCategory,
180 | } )
> 181 | .click();
| ^
182 | await page.getByRole( 'option', { name: 'My synced pattern' } ).click();
183 |
184 | await expect.poll( editor.getBlocks ).toEqual( [ ...after, ...after ] );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:181:5
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L181
2) [chromium] › editor/various/patterns.spec.js:107:2 › Synced pattern › create a new synced pattern via the block options menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Contact details' })
179 | name: newCategory,
180 | } )
> 181 | .click();
| ^
182 | await page.getByRole( 'option', { name: 'My synced pattern' } ).click();
183 |
184 | await expect.poll( editor.getBlocks ).toEqual( [ ...after, ...after ] );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:181:5
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L181
2) [chromium] › editor/various/patterns.spec.js:107:2 › Synced pattern › create a new synced pattern via the block options menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Contact details' })
179 | name: newCategory,
180 | } )
> 181 | .click();
| ^
182 | await page.getByRole( 'option', { name: 'My synced pattern' } ).click();
183 |
184 | await expect.poll( editor.getBlocks ).toEqual( [ ...after, ...after ] );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:181:5
|
Run the tests
Process completed with exit code 1.
|
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
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:107:2 › Synced pattern › create a new synced pattern via the block options menu
1 skipped
180 passed (10.5m)
|
The logs for this run have expired and are no longer available.
Loading