Add new ariakit-based DropdownMenu
component
#86962
Annotations
2 errors and 1 notice
Run the tests:
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
|
Run the tests:
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
|
|
The logs for this run have expired and are no longer available.
Loading