Alternative: Fix template part area listing when a template has no edits #85801
Annotations
1 error and 1 notice
Run the tests:
test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L461
1) [firefox] › 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 getByRole('option', { name: 'Bilbo Baggins', selected: true })
- waiting for getByRole('option', { name: 'Bilbo Baggins', selected: true })
459 | selected: true,
460 | } )
> 461 | ).toBeVisible();
| ^
462 | await page.keyboard.press( 'Enter' );
463 |
464 | await expect.poll( editor.getBlocks ).toMatchObject( [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:461:5
|
|
The logs for this run have expired and are no longer available.
Loading