Block editor: scroll block into view on insert #103383
Annotations
2 errors and 1 notice
Run the tests:
test/e2e/specs/editor/various/typewriter.spec.js#L273
1) [chromium] › editor/various/typewriter.spec.js:187:2 › Typewriter › should scroll caret into view from the top
Error: expect(received).toBeGreaterThan(expected)
Expected: > 5.59375
Received: 5.59375
271 | const newTopPosition = await typewriterUtils.getCaretPosition();
272 |
> 273 | expect( newTopPosition ).toBeGreaterThan( topPostition );
| ^
274 |
275 | // Should maintain new caret position.
276 | await page.keyboard.press( 'Enter' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/typewriter.spec.js:273:28
|
Run the tests:
test/e2e/specs/editor/various/typewriter.spec.js#L273
1) [chromium] › editor/various/typewriter.spec.js:187:2 › Typewriter › should scroll caret into view from the top
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 5.59375
Received: 5.59375
271 | const newTopPosition = await typewriterUtils.getCaretPosition();
272 |
> 273 | expect( newTopPosition ).toBeGreaterThan( topPostition );
| ^
274 |
275 | // Should maintain new caret position.
276 | await page.keyboard.press( 'Enter' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/typewriter.spec.js:273:28
|
Run the tests
1 flaky
[chromium] › editor/various/typewriter.spec.js:187:2 › Typewriter › should scroll caret into view from the top
184 passed (8.6m)
|
Loading