List: fix forward merging of nested list #85735
Annotations
1 error and 1 notice
test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L418
1) [webkit] › editor/various/autocomplete-and-mentions.spec.js:351:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should allow newlines after multiple mention completions
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -1,11 +1,11 @@
<!-- wp:paragraph -->
<p>@BuddytheElf test</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
- <p>@BuddytheElf test</p>
+ <p>@@thebetterhobbit test</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>@BuddytheElf test</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
416 | }
417 |
> 418 | await expect
| ^
419 | .poll( editor.getEditedPostContent )
420 | .toBe( testData.snapshot );
421 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:418:4
|
|
The logs for this run have expired and are no longer available.
Loading