Skip to content

Add new ariakit-based DropdownMenu component #86962

Add new ariakit-based DropdownMenu component

Add new ariakit-based DropdownMenu component #86962

Triggered via pull request October 25, 2023 11:24
Status Success
Total duration 44m 13s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
4m 12s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 notices
[webkit] › editor/various/multi-block-selection.spec.js:1169:2 › Multi-block selection › should partially select with shift + click (@webkit): test/e2e/specs/editor/various/multi-block-selection.spec.js#L1212
1) [webkit] › editor/various/multi-block-selection.spec.js:1169:2 › Multi-block selection › should partially select with shift + click (@WebKit) Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 Array [ Object { "attributes": Object { - "content": "<strong>1</strong>|2", + "content": "|", }, "name": "core/paragraph", }, ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 1210 | // Ensure selection is in the correct place. 1211 | await page.keyboard.type( '|' ); > 1212 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 1213 | { 1214 | name: 'core/paragraph', 1215 | attributes: { content: '<strong>1</strong>|2' }, at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1212:3
[firefox] › editor/blocks/list.spec.js:1381:2 › List (@firefox) › selects all transformed output: test/e2e/specs/editor/blocks/list.spec.js#L1409
2) [firefox] › editor/blocks/list.spec.js:1381:2 › List (@Firefox) › selects all transformed output Error: locator.click: Target closed =========================== logs =========================== waiting for getByRole('menuitem', { name: 'List' }) locator resolved to <button type="button" role="menuitem" class="components-…>…</button> attempting click action waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling performing click action ============================================================ 1407 | .getByRole( 'button', { name: 'Multiple blocks selected' } ) 1408 | .click(); > 1409 | await page.getByRole( 'menuitem', { name: 'List' } ).click(); | ^ 1410 | 1411 | expect( await editor.getEditedPostContent() ).toBe( `<!-- wp:list --> 1412 | <ul><!-- wp:list-item --> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:1409:56
🎭 Playwright Run Summary
1 skipped 232 passed (15.9m)
🎭 Playwright Run Summary
11 skipped 229 passed (22.5m)
🎭 Playwright Run Summary
2 flaky [webkit] › editor/various/multi-block-selection.spec.js:1169:2 › Multi-block selection › should partially select with shift + click (@WebKit) [firefox] › editor/blocks/list.spec.js:1381:2 › List (@Firefox) › selects all transformed output 2 skipped 228 passed (24.3m)
🎭 Playwright Run Summary
253 passed (27.2m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
2.93 MB
flaky-tests-report Expired
8.74 KB