Bump @testing-library/react from 14.2.1 to 14.2.2 #837
Annotations
1 error, 1 warning, and 1 notice
Run tests:
tests/e2e/specs/pdf.spec.ts#L76
1) [chromium] › pdf.spec.ts:10:6 › PDF › Thumbnail generation ────────────────────────────────────
Error: expect(received).toHaveProperty(path)
Expected path: "full"
Received path: []
Received value: {"large": {"file": "23f45f8c-ee3b-4b5d-9ea7-e5aba10e5fe2-pdf-791x1024-1.jpeg", "filesize": 186787, "height": 1024, "mime_type": "image/jpeg", "width": 791}, "medium": {"file": "23f45f8c-ee3b-4b5d-9ea7-e5aba10e5fe2-pdf-232x300-1.jpeg", "filesize": 32868, "height": 300, "mime_type": "image/jpeg", "width": 232}, "thumbnail": {"file": "23f45f8c-ee3b-4b5d-9ea7-e5aba10e5fe2-pdf-116x150-1.jpeg", "filesize": 10519, "height": 150, "mime_type": "image/jpeg", "width": 116}}
74 |
75 | // TODO: Test other sizes too.
> 76 | expect( media.media_details.sizes ).toHaveProperty( 'full' );
| ^
77 |
78 | // @ts-ignore
79 | expect( media.media_details.sizes.full.source_url ).toMatch(
at /home/runner/work/media-experiments/media-experiments/tests/e2e/specs/pdf.spec.ts:76:39
|
Upload code coverage report
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.1.0/dist/codecov' failed with exit code 1
|
Run tests
1 flaky
[chromium] › pdf.spec.ts:10:6 › PDF › Thumbnail generation ─────────────────────────────────────
23 skipped
5 passed (1.4m)
|
Loading