Skip to content

Redux store: batch resolver startResolution actions #101107

Redux store: batch resolver startResolution actions

Redux store: batch resolver startResolution actions #101107

Triggered via pull request April 9, 2024 10:31
Status Failure
Total duration 22m 37s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Report to GitHub
3m 33s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

19 errors, 9 warnings, and 8 notices
[chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter: 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
[chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter: 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
[chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter: 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
[chromium] › widgets/editing-widgets.spec.js:148:2 › Widgets screen › Should insert content using the inline inserter: 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
[chromium] › widgets/editing-widgets.spec.js:148:2 › Widgets screen › Should insert content using the inline inserter: 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
[chromium] › widgets/editing-widgets.spec.js:148:2 › Widgets screen › Should insert content using the inline inserter: 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
[chromium] › widgets/editing-widgets.spec.js:373:2 › Widgets screen › Should duplicate the widgets: 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
[chromium] › widgets/editing-widgets.spec.js:373:2 › Widgets screen › Should duplicate the widgets: 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
[chromium] › widgets/editing-widgets.spec.js:373:2 › Widgets screen › Should duplicate the widgets: 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
[chromium] › widgets/editing-widgets.spec.js:418:2 › Widgets screen › Should display legacy widgets: 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
Playwright - 4
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[chromium] › editor/various/pattern-overrides.spec.js:576:2 › Pattern Overrides › overridden empty images should not have upload button: packages/e2e-test-utils-playwright/src/editor/select-blocks.ts#L26
1) [chromium] › editor/various/pattern-overrides.spec.js:576:2 › Pattern Overrides › overridden empty images should not have upload button TimeoutError: locator.getAttribute: Timeout 10000ms exceeded. Call log: - waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Image' }) at ../../../packages/e2e-test-utils-playwright/src/editor/select-blocks.ts:26 24 | : endSelectorOrLocator; 25 | > 26 | const startClientId = await startBlock.getAttribute( 'data-block' ); | ^ 27 | const endClientId = await endBlock?.getAttribute( 'data-block' ); 28 | 29 | if ( endClientId ) { at Editor.selectBlocks (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/select-blocks.ts:26:41) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:618:16
[chromium] › editor/various/pattern-overrides.spec.js:576:2 › Pattern Overrides › overridden empty images should not have upload button: packages/e2e-test-utils-playwright/src/editor/select-blocks.ts#L26
1) [chromium] › editor/various/pattern-overrides.spec.js:576:2 › Pattern Overrides › overridden empty images should not have upload button Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.getAttribute: Timeout 10000ms exceeded. Call log: - waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Image' }) at ../../../packages/e2e-test-utils-playwright/src/editor/select-blocks.ts:26 24 | : endSelectorOrLocator; 25 | > 26 | const startClientId = await startBlock.getAttribute( 'data-block' ); | ^ 27 | const endClientId = await endBlock?.getAttribute( 'data-block' ); 28 | 29 | if ( endClientId ) { at Editor.selectBlocks (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/select-blocks.ts:26:41) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:618:16
[chromium] › editor/various/pattern-overrides.spec.js:576:2 › Pattern Overrides › overridden empty images should not have upload button: packages/e2e-test-utils-playwright/src/editor/select-blocks.ts#L26
1) [chromium] › editor/various/pattern-overrides.spec.js:576:2 › Pattern Overrides › overridden empty images should not have upload button Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.getAttribute: Timeout 10000ms exceeded. Call log: - waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Image' }) at ../../../packages/e2e-test-utils-playwright/src/editor/select-blocks.ts:26 24 | : endSelectorOrLocator; 25 | > 26 | const startClientId = await startBlock.getAttribute( 'data-block' ); | ^ 27 | const endClientId = await endBlock?.getAttribute( 'data-block' ); 28 | 29 | if ( endClientId ) { at Editor.selectBlocks (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/select-blocks.ts:26:41) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:618:16
[chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should show a proper message when the reusable block is missing: test/e2e/specs/editor/various/patterns.spec.js#L542
2) [chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should show a proper message when the reusable block is missing Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Pattern' }) Expected string: "Block has been deleted or is unavailable." Received string: "" Call log: - expect.toContainText with timeout 5000ms - waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Pattern' }) - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" 540 | await expect( 541 | editor.canvas.getByRole( 'document', { name: 'Block: Pattern' } ) > 542 | ).toContainText( 'Block has been deleted or is unavailable.' ); | ^ 543 | } ); 544 | 545 | test( 'should be able to insert a reusable block twice', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:542:5
[chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should show a proper message when the reusable block is missing: test/e2e/specs/editor/various/patterns.spec.js#L542
2) [chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should show a proper message when the reusable block is missing Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Pattern' }) Expected string: "Block has been deleted or is unavailable." Received string: "" Call log: - expect.toContainText with timeout 5000ms - waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Pattern' }) - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" 540 | await expect( 541 | editor.canvas.getByRole( 'document', { name: 'Block: Pattern' } ) > 542 | ).toContainText( 'Block has been deleted or is unavailable.' ); | ^ 543 | } ); 544 | 545 | test( 'should be able to insert a reusable block twice', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:542:5
[chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should show a proper message when the reusable block is missing: test/e2e/specs/editor/various/patterns.spec.js#L542
2) [chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should show a proper message when the reusable block is missing Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Pattern' }) Expected string: "Block has been deleted or is unavailable." Received string: "" Call log: - expect.toContainText with timeout 5000ms - waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Pattern' }) - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" - locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div> - unexpected value "" 540 | await expect( 541 | editor.canvas.getByRole( 'document', { name: 'Block: Pattern' } ) > 542 | ).toContainText( 'Block has been deleted or is unavailable.' ); | ^ 543 | } ); 544 | 545 | test( 'should be able to insert a reusable block twice', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:542:5
[chromium] › editor/various/patterns.spec.js:385:2 › Synced pattern › can be inserted after refresh: test/e2e/specs/editor/various/patterns.spec.js#L414
3) [chromium] › editor/various/patterns.spec.js:385:2 › Synced pattern › can be inserted after refresh TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('option', { name: 'Awesome block' }) 412 | .click(); 413 | await page.keyboard.type( '/Awesome block' ); > 414 | await page.getByRole( 'option', { name: 'Awesome block' } ).click(); | ^ 415 | 416 | await expect.poll( editor.getBlocks ).toMatchObject( [ 417 | { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:414:63
Playwright - 4
Process completed with exit code 1.
Playwright - 8
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/.
Playwright - 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/.
Playwright - 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/.
Playwright - 3
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/.
Playwright - 2
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/.
Playwright - 6
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/.
Playwright - 4
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/.
Playwright - 7
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/.
Report to GitHub
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8, ./packages/report-flaky-tests. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎭 Playwright Run Summary
3 skipped 144 passed (8.0m)
🎭 Playwright Run Summary
183 passed (8.5m)
🎭 Playwright Run Summary
11 skipped 180 passed (8.6m)
🎭 Playwright Run Summary
1 skipped 177 passed (8.9m)
🎭 Playwright Run Summary
1 skipped 191 passed (9.5m)
🎭 Playwright Run Summary
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)
🎭 Playwright Run Summary
2 failed [chromium] › editor/various/pattern-overrides.spec.js:576:2 › Pattern Overrides › overridden empty images should not have upload button [chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should show a proper message when the reusable block is missing 1 flaky [chromium] › editor/various/patterns.spec.js:385:2 › Synced pattern › can be inserted after refresh 1 skipped 179 passed (11.1m)
🎭 Playwright Run Summary
220 passed (12.7m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
17 MB
flaky-tests-report Expired
846 Bytes