Skip to content

[Refactor] UI 수정 및 리팩토링 #173

[Refactor] UI 수정 및 리팩토링

[Refactor] UI 수정 및 리팩토링 #173

Triggered via pull request February 2, 2026 12:14
Status Failure
Total duration 1m 12s
Artifacts

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
build-test
Process completed with exit code 1.
tests/unit/shared/ui/ChatbotFloatingButton/ChatbotFloatingButton.test.tsx > ChatbotFloatingButton > Accessibility > 아이콘에 aria-hidden 적용: tests/unit/shared/ui/ChatbotFloatingButton/ChatbotFloatingButton.test.tsx#L50
Error: expect(received).toHaveAttribute() received value must be an HTMLElement or an SVGElement. Received has type: Null Received has value: null ❯ tests/unit/shared/ui/ChatbotFloatingButton/ChatbotFloatingButton.test.tsx:50:19
tests/unit/shared/ui/ChatbotFloatingButton/ChatbotFloatingButton.test.tsx > ChatbotFloatingButton > Rendering > 아이콘 이미지 렌더링: tests/unit/shared/ui/ChatbotFloatingButton/ChatbotFloatingButton.test.tsx#L25
Error: expect(received).toBeInTheDocument() received value must be an HTMLElement or an SVGElement. Received has type: Null Received has value: null ❯ tests/unit/shared/ui/ChatbotFloatingButton/ChatbotFloatingButton.test.tsx:25:19
tests/unit/shared/ui/Card/Card.test.tsx > Card > Variants > default variant 적용 (기본값): tests/unit/shared/ui/Card/Card.test.tsx#L51
Error: expect(element).toHaveClass("w-[180px] h-[299px]") Expected the element to have class: w-[180px] h-[299px] Received: group flex flex-col items-center gap-[14px] bg-white cursor-pointer w-full h-auto lg:w-[180px] lg:h-[299px] ❯ tests/unit/shared/ui/Card/Card.test.tsx:51:20