Post Featured Image: Shadows not applied to block instances #105851
Annotations
1 error and 1 notice
test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L420
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 + 5
@@ -1,7 +1,11 @@
<!-- wp:paragraph -->
- <p>@BuddytheElf test</p>
+ <p>@bu</p>
+ <!-- /wp:paragraph -->
+
+ <!-- wp:paragraph -->
+ <p> test</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>@BuddytheElf test</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
418 | await expect
419 | .poll( editor.getEditedPostContent )
> 420 | .toBe( testData.snapshot );
| ^
421 | } );
422 | } );
423 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:420:6
|
|
The logs for this run have expired and are no longer available.
Loading