Redux store: batch resolver startResolution actions #101107
Annotations
10 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L72
1) [chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter
TimeoutError: locator.hover: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Block Library' }).getByRole('option', { name: 'Paragraph' })
70 | const addParagraphBlock =
71 | await widgetsScreen.getBlockInGlobalInserter( 'Paragraph' );
> 72 | await addParagraphBlock.hover();
| ^
73 | // TODO: We can add a test for the insertion indicator here.
74 | await addParagraphBlock.click();
75 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:72:27
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L72
1) [chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.hover: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Block Library' }).getByRole('option', { name: 'Paragraph' })
70 | const addParagraphBlock =
71 | await widgetsScreen.getBlockInGlobalInserter( 'Paragraph' );
> 72 | await addParagraphBlock.hover();
| ^
73 | // TODO: We can add a test for the insertion indicator here.
74 | await addParagraphBlock.click();
75 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:72:27
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L72
1) [chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.hover: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Block Library' }).getByRole('option', { name: 'Paragraph' })
70 | const addParagraphBlock =
71 | await widgetsScreen.getBlockInGlobalInserter( 'Paragraph' );
> 72 | await addParagraphBlock.hover();
| ^
73 | // TODO: We can add a test for the insertion indicator here.
74 | await addParagraphBlock.click();
75 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:72:27
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L157
2) [chromium] › widgets/editing-widgets.spec.js:148:2 › Widgets screen › Should insert content using the inline inserter
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('document', { name: 'Block: Widget Area' }).first().getByRole('button', { name: 'Add block' })
155 | name: 'Add block',
156 | } );
> 157 | await inlineInserterButton.click();
| ^
158 |
159 | const inlineQuickInserter = page.getByRole( 'listbox', {
160 | name: 'Blocks',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:157:30
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L157
2) [chromium] › widgets/editing-widgets.spec.js:148:2 › Widgets screen › Should insert content using the inline inserter
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('document', { name: 'Block: Widget Area' }).first().getByRole('button', { name: 'Add block' })
155 | name: 'Add block',
156 | } );
> 157 | await inlineInserterButton.click();
| ^
158 |
159 | const inlineQuickInserter = page.getByRole( 'listbox', {
160 | name: 'Blocks',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:157:30
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L157
2) [chromium] › widgets/editing-widgets.spec.js:148:2 › Widgets screen › Should insert content using the inline inserter
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('document', { name: 'Block: Widget Area' }).first().getByRole('button', { name: 'Add block' })
155 | name: 'Add block',
156 | } );
> 157 | await inlineInserterButton.click();
| ^
158 |
159 | const inlineQuickInserter = page.getByRole( 'listbox', {
160 | name: 'Blocks',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:157:30
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L379
3) [chromium] › widgets/editing-widgets.spec.js:373:2 › Widgets screen › Should duplicate the widgets
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('document', { name: 'Block: Widget Area' }).first() to be visible
377 | } ) => {
378 | const firstWidgetArea = widgetsScreen.widgetAreas.first();
> 379 | await firstWidgetArea.waitFor();
| ^
380 | const [ { clientId: firstWidgetAreaClientId } ] =
381 | await editor.getBlocks( { full: true } );
382 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:379:25
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L379
3) [chromium] › widgets/editing-widgets.spec.js:373:2 › Widgets screen › Should duplicate the widgets
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('document', { name: 'Block: Widget Area' }).first() to be visible
377 | } ) => {
378 | const firstWidgetArea = widgetsScreen.widgetAreas.first();
> 379 | await firstWidgetArea.waitFor();
| ^
380 | const [ { clientId: firstWidgetAreaClientId } ] =
381 | await editor.getBlocks( { full: true } );
382 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:379:25
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L379
3) [chromium] › widgets/editing-widgets.spec.js:373:2 › Widgets screen › Should duplicate the widgets
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('document', { name: 'Block: Widget Area' }).first() to be visible
377 | } ) => {
378 | const firstWidgetArea = widgetsScreen.widgetAreas.first();
> 379 | await firstWidgetArea.waitFor();
| ^
380 | const [ { clientId: firstWidgetAreaClientId } ] =
381 | await editor.getBlocks( { full: true } );
382 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:379:25
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L460
4) [chromium] › widgets/editing-widgets.spec.js:418:2 › Widgets screen › Should display legacy widgets
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('[title="Legacy Widget Preview"]').getByRole('searchbox', { includeHidden: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('[title="Legacy Widget Preview"]').getByRole('searchbox', { includeHidden: true })
458 | includeHidden: true,
459 | } )
> 460 | ).toBeVisible();
| ^
461 |
462 | // Focus the Legacy Widget block.
463 | const legacyWidget = page.getByRole( 'document', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:460:5
|
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
8 failed
[chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter
[chromium] › widgets/editing-widgets.spec.js:148:2 › Widgets screen › Should insert content using the inline inserter
[chromium] › widgets/editing-widgets.spec.js:373:2 › Widgets screen › Should duplicate the widgets
[chromium] › widgets/editing-widgets.spec.js:418:2 › Widgets screen › Should display legacy widgets
[chromium] › widgets/editing-widgets.spec.js:501:2 › Widgets screen › allows widgets to be moved between widget areas using the dropdown in the block toolbar
[chromium] › widgets/editing-widgets.spec.js:543:2 › Widgets screen › Allows widget deletion to be undone
[chromium] › widgets/editing-widgets.spec.js:609:2 › Widgets screen › can toggle sidebar list view
[chromium] › widgets/editing-widgets.spec.js:627:2 › Widgets screen › allows blocks to be added on mobile viewports
3 skipped
172 passed (10.2m)
|
Loading