Zoom out: keep original viewport width #103316
Annotations
10 errors and 1 notice
Run the tests:
test/e2e/specs/editor/blocks/cover.spec.js#L194
1) [chromium] › editor/blocks/cover.spec.js:125:2 › Cover › can be resized using drag & drop ─────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 271.5625
Received: 205.109375
192 |
193 | const newCoverBlockBox = await coverBlock.boundingBox();
> 194 | expect( newCoverBlockBox.height ).toBe( coverBlockBox.height + 100 );
| ^
195 | } );
196 |
197 | test( 'dims the background image down by 50% black when transformed from the Image block', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/cover.spec.js:194:37
|
Run the tests:
test/e2e/specs/editor/blocks/cover.spec.js#L194
1) [chromium] › editor/blocks/cover.spec.js:125:2 › Cover › can be resized using drag & drop ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 271.5625
Received: 205.109375
192 |
193 | const newCoverBlockBox = await coverBlock.boundingBox();
> 194 | expect( newCoverBlockBox.height ).toBe( coverBlockBox.height + 100 );
| ^
195 | } );
196 |
197 | test( 'dims the background image down by 50% black when transformed from the Image block', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/cover.spec.js:194:37
|
Run the tests:
test/e2e/specs/editor/blocks/cover.spec.js#L194
1) [chromium] › editor/blocks/cover.spec.js:125:2 › Cover › can be resized using drag & drop ─────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 271.5625
Received: 205.109375
192 |
193 | const newCoverBlockBox = await coverBlock.boundingBox();
> 194 | expect( newCoverBlockBox.height ).toBe( coverBlockBox.height + 100 );
| ^
195 | } );
196 |
197 | test( 'dims the background image down by 50% black when transformed from the Image block', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/cover.spec.js:194:37
|
Run the tests:
test/e2e/specs/editor/blocks/image.spec.js#L253
2) [chromium] › editor/blocks/image.spec.js:227:2 › Image › allows zooming using the crop tools ──
Error: expect(received).toMatchObject(expected)
- Expected - 2
+ Received + 2
Object {
- "height": 10,
- "width": 10,
+ "height": 6.546875,
+ "width": 6.5625,
}
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
251 | await expect
252 | .poll( () => image.boundingBox() )
> 253 | .toMatchObject( {
| ^
254 | height: 10,
255 | width: 10,
256 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:253:5
|
Run the tests:
test/e2e/specs/editor/blocks/image.spec.js#L253
2) [chromium] › editor/blocks/image.spec.js:227:2 › Image › allows zooming using the crop tools ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 2
+ Received + 2
Object {
- "height": 10,
- "width": 10,
+ "height": 6.546875,
+ "width": 6.5625,
}
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
251 | await expect
252 | .poll( () => image.boundingBox() )
> 253 | .toMatchObject( {
| ^
254 | height: 10,
255 | width: 10,
256 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:253:5
|
Run the tests:
test/e2e/specs/editor/blocks/image.spec.js#L253
2) [chromium] › editor/blocks/image.spec.js:227:2 › Image › allows zooming using the crop tools ──
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 2
+ Received + 2
Object {
- "height": 10,
- "width": 10,
+ "height": 6.546875,
+ "width": 6.5625,
}
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
251 | await expect
252 | .poll( () => image.boundingBox() )
> 253 | .toMatchObject( {
| ^
254 | height: 10,
255 | width: 10,
256 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:253:5
|
Run the tests:
test/e2e/specs/editor/blocks/image.spec.js#L321
3) [chromium] › editor/blocks/image.spec.js:296:2 › Image › allows changing aspect ratio using the crop tools
Error: expect(received).toMatchObject(expected)
- Expected - 2
+ Received + 2
Object {
- "height": 10,
- "width": 10,
+ "height": 6.546875,
+ "width": 6.5625,
}
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
319 | await expect
320 | .poll( () => image.boundingBox() )
> 321 | .toMatchObject( {
| ^
322 | height: 10,
323 | width: 10,
324 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:321:5
|
Run the tests:
test/e2e/specs/editor/blocks/image.spec.js#L321
3) [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 - 2
+ Received + 2
Object {
- "height": 10,
- "width": 10,
+ "height": 6.546875,
+ "width": 6.5625,
}
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
319 | await expect
320 | .poll( () => image.boundingBox() )
> 321 | .toMatchObject( {
| ^
322 | height: 10,
323 | width: 10,
324 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:321:5
|
Run the tests:
test/e2e/specs/editor/blocks/image.spec.js#L321
3) [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 - 2
+ Received + 2
Object {
- "height": 10,
- "width": 10,
+ "height": 6.546875,
+ "width": 6.5625,
}
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
319 | await expect
320 | .poll( () => image.boundingBox() )
> 321 | .toMatchObject( {
| ^
322 | height: 10,
323 | width: 10,
324 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:321:5
|
Run the tests:
test/e2e/specs/editor/blocks/image.spec.js#L1426
4) [chromium] › editor/blocks/image.spec.js:1417:2 › Image - Site editor › can be inserted via image upload
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Image"i]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Image"i]')
1424 | 'role=document[name="Block: Image"i]'
1425 | );
> 1426 | await expect( imageBlock ).toBeVisible();
| ^
1427 |
1428 | const filename = await imageBlockUtils.upload(
1429 | imageBlock.locator( 'data-testid=form-file-upload-input' )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:1426:30
|
Run the tests
4 failed
[chromium] › editor/blocks/cover.spec.js:125:2 › Cover › can be resized using drag & drop ──────
[chromium] › editor/blocks/image.spec.js:227:2 › Image › allows zooming using the crop tools ───
[chromium] › editor/blocks/image.spec.js:296:2 › Image › allows changing aspect ratio using the crop tools
[chromium] › editor/blocks/image.spec.js:1417:2 › Image - Site editor › can be inserted via image upload
11 skipped
176 passed (10.2m)
|
The logs for this run have expired and are no longer available.
Loading