Site Editor: Fix template part area listing when a template has no edits #85656
Annotations
2 errors and 1 notice
test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L441
1) [webkit] › editor/various/autocomplete-and-mentions.spec.js:426:2 › Autocomplete (@Firefox, @WebKit) › should insert elements from multiple completers in a single block
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('role=option').filter({ hasText: 'Bilbo Baggins' })
- waiting for locator('role=option').filter({ hasText: 'Bilbo Baggins' })
439 | await expect(
440 | page.locator( 'role=option', { hasText: 'Bilbo Baggins' } )
> 441 | ).toBeVisible();
| ^
442 | await page.keyboard.press( 'Enter' );
443 | await expect.poll( editor.getEditedPostContent )
444 | .toBe( `<!-- wp:paragraph -->
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:441:5
|
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1214
2) [webkit] › editor/various/multi-block-selection.spec.js:1175: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
1212 | // Ensure selection is in the correct place.
1213 | await page.keyboard.type( '|' );
> 1214 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
1215 | {
1216 | name: 'core/paragraph',
1217 | attributes: { content: '<strong>1</strong>|2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1214:3
|
2 flaky
[webkit] › editor/various/autocomplete-and-mentions.spec.js:426:2 › Autocomplete (@Firefox, @WebKit) › should insert elements from multiple completers in a single block
[webkit] › editor/various/multi-block-selection.spec.js:1175:2 › Multi-block selection › should partially select with shift + click (@WebKit)
2 skipped
218 passed (20.1m)
|
The logs for this run have expired and are no longer available.
Loading