Pattern overrides: Remove caption and href from images with overrides #107414
Annotations
4 errors and 1 notice
test/e2e/specs/editor/blocks/image.spec.js#L345
1) [chromium] › editor/blocks/image.spec.js:296:2 › Image › allows changing aspect ratio using the crop tools
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Object {
- "height": 6,
+ "height": 10,
"width": 10,
}
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
343 | await expect
344 | .poll( () => image.boundingBox() )
> 345 | .toMatchObject( {
| ^
346 | height: 6,
347 | width: 10,
348 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:345:5
|
test/e2e/specs/editor/blocks/image.spec.js#L345
1) [chromium] › editor/blocks/image.spec.js:296:2 › Image › allows changing aspect ratio using the crop tools
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Object {
- "height": 6,
+ "height": 10,
"width": 10,
}
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
343 | await expect
344 | .poll( () => image.boundingBox() )
> 345 | .toMatchObject( {
| ^
346 | height: 6,
347 | width: 10,
348 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:345:5
|
test/e2e/specs/editor/blocks/image.spec.js#L345
1) [chromium] › editor/blocks/image.spec.js:296:2 › Image › allows changing aspect ratio using the crop tools
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Object {
- "height": 6,
+ "height": 10,
"width": 10,
}
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
343 | await expect
344 | .poll( () => image.boundingBox() )
> 345 | .toMatchObject( {
| ^
346 | height: 6,
347 | width: 10,
348 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:345:5
|
|
|
This job failed
Loading