DimensionControl
: Add __next40pxDefaultSize prop
#90162
Annotations
1 error and 1 notice
Run the tests:
test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L215
1) [webkit] › editor/various/autocomplete-and-mentions.spec.js:171:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert two subsequent mentions
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 5
<!-- wp:paragraph -->
- <p>The two greatest hobbits, in order: @thebetterhobbit @RingBearer.</p>
+ <p>The two greatest hobbits, in order: @BI</p>
+ <!-- /wp:paragraph -->
+
+ <!-- wp:paragraph -->
+ <p> @RingBearer.</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
213 | await expect
214 | .poll( editor.getEditedPostContent )
> 215 | .toBe( testData.snapshot );
| ^
216 | } );
217 |
218 | test( `${ completer }: should allow ${ type } selection via click event`, async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:215:6
|
|
The logs for this run have expired and are no longer available.
Loading