[Refactor] UI 수정 및 리팩토링 #173
Annotations
4 errors
|
|
|
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#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#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
|
The logs for this run have expired and are no longer available.
Loading