Skip to content

Refactor Zoom Out to scale iframe #116241

Refactor Zoom Out to scale iframe

Refactor Zoom Out to scale iframe #116241

Triggered via pull request October 8, 2024 06:16
Status Failure
Total duration 18m 25s
Artifacts 1

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Merge Artifacts
6s
Merge Artifacts
Report to GitHub
0s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 8 notices
[chromium] › editor/various/multi-block-selection.spec.js:838:2 › Multi-block selection (@firefox: test/e2e/specs/editor/various/multi-block-selection.spec.js#L881
1) [chromium] › editor/various/multi-block-selection.spec.js:838:2 › Multi-block selection (@Firefox, @WebKit) › should gradually multi-select Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 Array [ Object { - "name": "core/column", + "name": "core/paragraph", }, ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 879 | await pageUtils.pressKeys( 'primary+a' ); 880 | > 881 | await expect | ^ 882 | .poll( multiBlockSelectionUtils.getSelectedBlocks ) 883 | .toMatchObject( [ { name: 'core/column' } ] ); 884 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:881:3
[chromium] › editor/various/multi-block-selection.spec.js:838:2 › Multi-block selection (@firefox: test/e2e/specs/editor/various/multi-block-selection.spec.js#L881
1) [chromium] › editor/various/multi-block-selection.spec.js:838:2 › Multi-block selection (@Firefox, @WebKit) › should gradually multi-select Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 Array [ Object { - "name": "core/column", + "name": "core/paragraph", }, ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 879 | await pageUtils.pressKeys( 'primary+a' ); 880 | > 881 | await expect | ^ 882 | .poll( multiBlockSelectionUtils.getSelectedBlocks ) 883 | .toMatchObject( [ { name: 'core/column' } ] ); 884 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:881:3
[chromium] › editor/various/multi-block-selection.spec.js:838:2 › Multi-block selection (@firefox: test/e2e/specs/editor/various/multi-block-selection.spec.js#L881
1) [chromium] › editor/various/multi-block-selection.spec.js:838:2 › Multi-block selection (@Firefox, @WebKit) › should gradually multi-select Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 Array [ Object { - "name": "core/column", + "name": "core/paragraph", }, ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 879 | await pageUtils.pressKeys( 'primary+a' ); 880 | > 881 | await expect | ^ 882 | .poll( multiBlockSelectionUtils.getSelectedBlocks ) 883 | .toMatchObject( [ { name: 'core/column' } ] ); 884 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:881:3
Playwright - 4
Process completed with exit code 1.
[chromium] › editor/various/block-grouping.spec.js:131:3 › Block Grouping › Group creation › groups and ungroups multiple blocks of different types via options toolbar: packages/e2e-test-utils-playwright/src/editor/click-block-options-menu-item.ts#L17
1) [chromium] › editor/various/block-grouping.spec.js:131:3 › Block Grouping › Group creation › groups and ungroups multiple blocks of different types via options toolbar TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('menu', { name: 'Options' }).getByRole('menuitem', { name: 'Ungroup' }) at ../../../packages/e2e-test-utils-playwright/src/editor/click-block-options-menu-item.ts:17 15 | .getByRole( 'menu', { name: 'Options' } ) 16 | .getByRole( 'menuitem', { name: label } ) > 17 | .click(); | ^ 18 | } 19 | at Editor.clickBlockOptionsMenuItem (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/click-block-options-menu-item.ts:17:4) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-grouping.spec.js:161:4
[chromium] › editor/various/block-grouping.spec.js:131:3 › Block Grouping › Group creation › groups and ungroups multiple blocks of different types via options toolbar: packages/e2e-test-utils-playwright/src/editor/click-block-options-menu-item.ts#L17
1) [chromium] › editor/various/block-grouping.spec.js:131:3 › Block Grouping › Group creation › groups and ungroups multiple blocks of different types via options toolbar Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('menu', { name: 'Options' }).getByRole('menuitem', { name: 'Ungroup' }) at ../../../packages/e2e-test-utils-playwright/src/editor/click-block-options-menu-item.ts:17 15 | .getByRole( 'menu', { name: 'Options' } ) 16 | .getByRole( 'menuitem', { name: label } ) > 17 | .click(); | ^ 18 | } 19 | at Editor.clickBlockOptionsMenuItem (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/click-block-options-menu-item.ts:17:4) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-grouping.spec.js:161:4
[chromium] › editor/various/block-grouping.spec.js:131:3 › Block Grouping › Group creation › groups and ungroups multiple blocks of different types via options toolbar: packages/e2e-test-utils-playwright/src/editor/click-block-options-menu-item.ts#L17
1) [chromium] › editor/various/block-grouping.spec.js:131:3 › Block Grouping › Group creation › groups and ungroups multiple blocks of different types via options toolbar Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('menu', { name: 'Options' }).getByRole('menuitem', { name: 'Ungroup' }) at ../../../packages/e2e-test-utils-playwright/src/editor/click-block-options-menu-item.ts:17 15 | .getByRole( 'menu', { name: 'Options' } ) 16 | .getByRole( 'menuitem', { name: label } ) > 17 | .click(); | ^ 18 | } 19 | at Editor.clickBlockOptionsMenuItem (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/click-block-options-menu-item.ts:17:4) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-grouping.spec.js:161:4
[chromium] › editor/various/block-grouping.spec.js:309:3 › Block Grouping › Preserving selected blocks attributes › preserves width alignment settings of selected blocks: test/e2e/specs/editor/various/block-grouping.spec.js#L350
2) [chromium] › editor/various/block-grouping.spec.js:309:3 › Block Grouping › Preserving selected blocks attributes › preserves width alignment settings of selected blocks Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: getByRole('menu', { name: 'Align' }).getByRole('menuitemradio', { checked: true }) Expected string: "Full width" Received string: "None" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByRole('menu', { name: 'Align' }).getByRole('menuitemradio', { checked: true }) - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" 348 | await expect( 349 | alignOptions.getByRole( 'menuitemradio', { checked: true } ) > 350 | ).toHaveText( 'Full width' ); | ^ 351 | } ); 352 | } ); 353 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-grouping.spec.js:350:6
[chromium] › editor/various/block-grouping.spec.js:309:3 › Block Grouping › Preserving selected blocks attributes › preserves width alignment settings of selected blocks: test/e2e/specs/editor/various/block-grouping.spec.js#L350
2) [chromium] › editor/various/block-grouping.spec.js:309:3 › Block Grouping › Preserving selected blocks attributes › preserves width alignment settings of selected blocks Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: getByRole('menu', { name: 'Align' }).getByRole('menuitemradio', { checked: true }) Expected string: "Full width" Received string: "None" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByRole('menu', { name: 'Align' }).getByRole('menuitemradio', { checked: true }) - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" 348 | await expect( 349 | alignOptions.getByRole( 'menuitemradio', { checked: true } ) > 350 | ).toHaveText( 'Full width' ); | ^ 351 | } ); 352 | } ); 353 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-grouping.spec.js:350:6
[chromium] › editor/various/block-grouping.spec.js:309:3 › Block Grouping › Preserving selected blocks attributes › preserves width alignment settings of selected blocks: test/e2e/specs/editor/various/block-grouping.spec.js#L350
2) [chromium] › editor/various/block-grouping.spec.js:309:3 › Block Grouping › Preserving selected blocks attributes › preserves width alignment settings of selected blocks Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: getByRole('menu', { name: 'Align' }).getByRole('menuitemradio', { checked: true }) Expected string: "Full width" Received string: "None" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByRole('menu', { name: 'Align' }).getByRole('menuitemradio', { checked: true }) - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" - locator resolved to <button type="button" aria-checked="true" role="menuitemradio" class="components-button components-menu-item__button components-dropdown-menu__menu-item is-active has-text has-icon">…</button> - unexpected value "None" 348 | await expect( 349 | alignOptions.getByRole( 'menuitemradio', { checked: true } ) > 350 | ).toHaveText( 'Full width' ); | ^ 351 | } ); 352 | } ); 353 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-grouping.spec.js:350:6
Playwright - 3
Process completed with exit code 1.
Merge Artifacts
No artifacts found matching pattern 'flaky-tests-report*'
🎭 Playwright Run Summary
3 skipped 193 passed (6.3m)
🎭 Playwright Run Summary
1 skipped 195 passed (9.2m)
🎭 Playwright Run Summary
1 skipped 194 passed (9.3m)
🎭 Playwright Run Summary
1 failed [chromium] › editor/various/multi-block-selection.spec.js:838:2 › Multi-block selection (@Firefox, @WebKit) › should gradually multi-select 1 skipped 186 passed (9.9m)
🎭 Playwright Run Summary
199 passed (10.4m)
🎭 Playwright Run Summary
1 skipped 197 passed (10.3m)
🎭 Playwright Run Summary
3 skipped 187 passed (10.5m)
🎭 Playwright Run Summary
2 failed [chromium] › editor/various/block-grouping.spec.js:131:3 › Block Grouping › Group creation › groups and ungroups multiple blocks of different types via options toolbar [chromium] › editor/various/block-grouping.spec.js:309:3 › Block Grouping › Preserving selected blocks attributes › preserves width alignment settings of selected blocks 1 skipped 198 passed (10.7m)

Artifacts

Produced during runtime
Name Size
failures-artifacts
19 MB