Skip to content

388 feature make fileuploader component #310

388 feature make fileuploader component

388 feature make fileuploader component #310

Triggered via pull request August 20, 2024 20:34
Status Failure
Total duration 1m 1s
Artifacts

checks.yml

on: pull_request
Tests pass
30s
Tests pass
Panda Preset successfully builds
52s
Panda Preset successfully builds
React successfully builds
41s
React successfully builds
Fit to window
Zoom out
Zoom in

Annotations

2 errors
error: expect(received).toMatchObject(expected): tests/panda-preset/recipes/slots/fileUploader.test.ts#L12
{ _hover: { bgColor: "action.ghost.hover", borderColor: "action.border.focus", + borderStyle: "solid", + }, + _isDropped: { + opacity: "0.5", + }, + _isOver: { + bgColor: "action.ghost.hover", + borderColor: "action.border.focus", + borderStyle: "solid", }, bgColor: "page.surface.100", borderColor: "page.border.100", borderStyle: "dashed", borderWidth: "2.5px", justify: "center", maxW: "36rem", minH: "14rem", py: "6", rounded: "md", transitionDuration: "150ms", + transitionProperty: "background-color, border, opacity", - transitionProperty: "background-color, border", transitionTimingFunction: "ease-in-out", w: "full", } - Expected - 1 + Received + 10 at /home/runner/work/cerberus/cerberus/tests/panda-preset/recipes/slots/fileUploader.test.ts:12:42
Tests pass
Process completed with exit code 1.