Update npm packages #102
Annotations
4 errors and 1 notice
test/e2e/test.spec.ts#L75
1) [chromium] › test.spec.ts:32:2 › Image Block › should create image with image sources ─────────
Error: expect(received).toMatchObject(expected)
- Expected - 2
+ Received + 2
@@ -3,16 +3,16 @@
"attributes": Object {
"enableResponsiveImageSources": Array [
Object {
"mediaType": "max-width",
"mediaValue": 800,
- "slug": "medium",
+ "slug": "thumbnail",
},
Object {
"mediaType": "min-width",
"mediaValue": 500,
- "slug": "thumbnail",
+ "slug": "full",
},
],
},
"name": "core/image",
},
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
73 | const blocks = await editor.getBlocks();
74 |
> 75 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
76 | {
77 | name: 'core/image',
78 | attributes: {
at /home/runner/work/enable-responsive-image/enable-responsive-image/test/e2e/test.spec.ts:75:41
|
test/e2e/test.spec.ts#L75
1) [chromium] › test.spec.ts:32:2 › Image Block › should create image with image sources ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 2
+ Received + 2
@@ -3,16 +3,16 @@
"attributes": Object {
"enableResponsiveImageSources": Array [
Object {
"mediaType": "max-width",
"mediaValue": 800,
- "slug": "medium",
+ "slug": "thumbnail",
},
Object {
"mediaType": "min-width",
"mediaValue": 500,
- "slug": "thumbnail",
+ "slug": "full",
},
],
},
"name": "core/image",
},
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
73 | const blocks = await editor.getBlocks();
74 |
> 75 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
76 | {
77 | name: 'core/image',
78 | attributes: {
at /home/runner/work/enable-responsive-image/enable-responsive-image/test/e2e/test.spec.ts:75:41
|
test/e2e/test.spec.ts#L75
1) [chromium] › test.spec.ts:32:2 › Image Block › should create image with image sources ─────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 2
+ Received + 2
@@ -3,16 +3,16 @@
"attributes": Object {
"enableResponsiveImageSources": Array [
Object {
"mediaType": "max-width",
"mediaValue": 800,
- "slug": "medium",
+ "slug": "thumbnail",
},
Object {
"mediaType": "min-width",
"mediaValue": 500,
- "slug": "thumbnail",
+ "slug": "full",
},
],
},
"name": "core/image",
},
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
73 | const blocks = await editor.getBlocks();
74 |
> 75 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
76 | {
77 | name: 'core/image',
78 | attributes: {
at /home/runner/work/enable-responsive-image/enable-responsive-image/test/e2e/test.spec.ts:75:41
|
|
|
This job failed
Loading