Update block.json schema #107860
Annotations
5 errors, 1 warning, 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
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
This job failed
Loading