Update instances of text-wrap: pretty to fall back to balance #105876
Annotations
4 errors and 1 notice
test/e2e/specs/editor/blocks/image.spec.js#L465
1) [chromium] › editor/blocks/image.spec.js:423:2 › Image › can be replaced by dragging-and-dropping images from the inserter
TimeoutError: locator.dragTo: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Block Library' }).getByRole('listbox', { name: 'Media List' }).getByRole('option').first()
463 | .getByRole( 'option' )
464 | .first()
> 465 | .dragTo( imageBlock );
| ^
466 |
467 | await expect( async () => {
468 | const blocks = await editor.getBlocks();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:465:5
|
test/e2e/specs/editor/blocks/image.spec.js#L465
1) [chromium] › editor/blocks/image.spec.js:423:2 › Image › can be replaced by dragging-and-dropping images from the inserter
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.dragTo: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Block Library' }).getByRole('listbox', { name: 'Media List' }).getByRole('option').first()
463 | .getByRole( 'option' )
464 | .first()
> 465 | .dragTo( imageBlock );
| ^
466 |
467 | await expect( async () => {
468 | const blocks = await editor.getBlocks();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:465:5
|
test/e2e/specs/editor/blocks/image.spec.js#L465
1) [chromium] › editor/blocks/image.spec.js:423:2 › Image › can be replaced by dragging-and-dropping images from the inserter
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.dragTo: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Block Library' }).getByRole('listbox', { name: 'Media List' }).getByRole('option').first()
463 | .getByRole( 'option' )
464 | .first()
> 465 | .dragTo( imageBlock );
| ^
466 |
467 | await expect( async () => {
468 | const blocks = await editor.getBlocks();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:465:5
|
|
|
This job failed
Loading