Backporting annotations from Core. (#61301) #102968
Annotations
1 error and 1 notice
Run the tests:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L771
1) [webkit] › editor/various/inserting-blocks.spec.js:50:2 › Inserting blocks (@Firefox, @WebKit) › inserts blocks by dragging and dropping from the global inserter
Error: Timeout 5000ms exceeded while waiting on the predicate
769 | await expect
770 | .poll( () => this.indicator.boundingBox().then( ( { y } ) => y ) )
> 771 | .toBeGreaterThan( paragraphBoundingBox.y );
| ^
772 | }
773 | }
774 |
at InsertingBlocksUtils.expectIndicatorBelowParagraph (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:771:5)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:96:30
|
|
Loading