Skip to content

Merge pull request #124 from goodpatch/fix/input #112

Merge pull request #124 from goodpatch/fix/input

Merge pull request #124 from goodpatch/fix/input #112

Triggered via push August 26, 2025 07:30
Status Failure
Total duration 1m 16s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
lint-and-test
Process completed with exit code 1.
src/components/ui/tooltip/index.test.tsx > Tooltip > applies the correct side to TooltipContent: src/components/ui/tooltip/index.test.tsx#L98
Error: expect(element).toHaveAttribute("data-side", "right") // element.getAttribute("data-side") === "right" Expected the element to have attribute: data-side="right" Received: data-side="left" ❯ src/components/ui/tooltip/index.test.tsx:98:28