Avatar Block Exceeds Editor Width When 'Link to User Profile' Option is Enabled #125385
Annotations
1 error 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( topPosition );
| ^
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
1 skipped
200 passed (8.2m)
|
Loading