Redux store: batch resolver startResolution actions #102078
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('tab', { name: 'Contact details' })
74 | name: newCategory,
75 | } )
> 76 | .click();
| ^
77 | const pattern = page.getByLabel( 'My unsynced pattern' ).first();
78 |
79 | const insertedPatternId = await pattern.evaluate(
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('tab', { name: 'Contact details' })
74 | name: newCategory,
75 | } )
> 76 | .click();
| ^
77 | const pattern = page.getByLabel( 'My unsynced pattern' ).first();
78 |
79 | const insertedPatternId = await pattern.evaluate(
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('tab', { name: 'Contact details' })
74 | name: newCategory,
75 | } )
> 76 | .click();
| ^
77 | const pattern = page.getByLabel( 'My unsynced pattern' ).first();
78 |
79 | const insertedPatternId = await pattern.evaluate(
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#L191
2) [chromium] › editor/various/patterns.spec.js:117:2 › Synced pattern › create a new synced pattern via the block options menu
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'Contact details' })
189 | name: newCategory,
190 | } )
> 191 | .click();
| ^
192 | await page.getByRole( 'option', { name: 'My synced pattern' } ).click();
193 |
194 | await expect.poll( editor.getBlocks ).toEqual( [ ...after, ...after ] );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:191:5
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L191
2) [chromium] › editor/various/patterns.spec.js:117: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('tab', { name: 'Contact details' })
189 | name: newCategory,
190 | } )
> 191 | .click();
| ^
192 | await page.getByRole( 'option', { name: 'My synced pattern' } ).click();
193 |
194 | await expect.poll( editor.getBlocks ).toEqual( [ ...after, ...after ] );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:191:5
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L191
2) [chromium] › editor/various/patterns.spec.js:117: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('tab', { name: 'Contact details' })
189 | name: newCategory,
190 | } )
> 191 | .click();
| ^
192 | await page.getByRole( 'option', { name: 'My synced pattern' } ).click();
193 |
194 | await expect.poll( editor.getBlocks ).toEqual( [ ...after, ...after ] );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:191: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:117:2 › Synced pattern › create a new synced pattern via the block options menu
1 skipped
182 passed (10.9m)
|
Loading