Test Report

Started: 2025-10-09 09:36:06
Suites (20)
20 passed
0 failed
0 pending
Tests (76)
76 passed
0 failed
0 pending
ChipComponent
renders with the correct label
passed
0.012s
ChipComponent
applies the correct classes and attributes based on props
passed
0.001s
ChipComponent
renders with prefix icon when provided
passed
0.002s
ChipComponent
is disabled when the disabled prop is true
passed
0.001s
BasicDetailsCardComponent
renders the component with provided props
passed
0.018s
BasicDetailsCardComponent
displays the correct status based on the status prop
passed
0.014s
BasicDetailsCardComponent
renders actions when they are provided
passed
0.004s
BasicDetailsCardComponent
renders a placeholder when subTitle is not provided
passed
0.004s
ButtonComponent
renders with the correct text
passed
0.007s
ButtonComponent
executes callback on click
passed
0.008s
ButtonComponent
renders prefix and suffix icons when provided
passed
0.003s
ButtonComponent
applies the correct classes based on props
passed
0.05s
ButtonComponent
is disabled when the disabled prop is true
passed
0.023s
ButtonComponent
shows loading indicator when isLoading is true
passed
0.014s
DataLabelValueComponent
renders without crashing
passed
0.006s
DataLabelValueComponent
applies the correct direction class
passed
0.006s
DataLabelValueComponent
applies custom class names
passed
0.002s
DataLabelValueComponent
applies the ID to the value container
passed
0.001s
DataLabelValueComponent
renders the tooltip when provided
passed
0.003s
ButtonGroupComponent
renders all buttons
passed
0.006s
ButtonGroupComponent
calls onChange with the correct id when a button is clicked
passed
0.004s
ButtonGroupComponent
does not call onChange when a disabled button is clicked
passed
0.005s
ButtonGroupComponent
displays the badge component when provided
passed
0.004s
ButtonGroupComponent
applies the active class to the selected button
passed
0.004s
CardComponent
renders title and description when provided
passed
0.006s
CardComponent
renders actions when provided
passed
0.003s
CardComponent
applies the correct classes based on props
passed
0.002s
CardComponent
renders children inside the card body
passed
0.003s
CardComponent
applies wrapper class to card body when provided
passed
0.002s
AccordionComponent
should render the component with the provided title
passed
0.005s
AccordionComponent
should toggle content visibility when clicked
passed
0.008s
AccordionComponent
should execute callback function when clicked
passed
0.018s
AccordionComponent
should display actionHeader and actions if provided
passed
0.003s
FilePickerComponent
renders with default props
passed
0.008s
FilePickerComponent
handles file drop events
passed
0.056s
FilePickerComponent
handles error for too many files
passed
0.054s
BadgeComponent
renders its children
passed
0.002s
BadgeComponent
applies the default classes when no props are provided
passed
0.001s
BadgeComponent
applies the correct color and variant classes
passed
0.001s
BadgeComponent
handles different color and variant combinations
passed
0.003s
DrawerComponent
renders when isOpen is true
passed
0.027s
DrawerComponent
does not render when isOpen is false
passed
0.002s
DrawerComponent
displays title when provided
passed
0.002s
DrawerComponent
displays header actions when provided
passed
0.002s
DrawerComponent
does not close on escape key press if closeOnEsc is false
passed
0.003s
AvatarComponent
renders an image when a URL is provided
passed
0.029s
AvatarComponent
applies the correct type and size classes
passed
0.002s
AvatarComponent
displays the correct label based on the title
passed
0.002s
AvatarComponent
handles single-word titles correctly
passed
0.001s
AvatarComponent
adds additional class names when provided
passed
0.002s
FormControlLabelComponent
renders label correctly
passed
0.003s
FormControlLabelComponent
applies level class correctly
passed
0.001s
FormControlLabelComponent
applies font weight class correctly
passed
0.001s
FormControlLabelComponent
displays required indicator when required prop is true
passed
0.002s
FormControlLabelComponent
applies id attribute correctly
passed
0.001s
IconButtonComponent
renders with default props
passed
0.003s
IconButtonComponent
renders with specified color
passed
0.001s
IconButtonComponent
renders with disabled state
passed
0.001s
IconButtonComponent
calls onClick handler when clicked
passed
0.002s
AlertComponent
renders the ToastContainer with correct props
passed
0.002s
AlertCloseButton
renders correctly and passes additional props
passed
0.002s
AlertCloseButton
contains the correct icon
passed
0.002s
HelperTextComponent
renders with default type and message
passed
0.003s
HelperTextComponent
renders with specified type and message
passed
0.002s
HelperTextComponent
renders with default type and specified message
passed
0.001s
ErrorTextComponent
renders error text correctly
passed
0.003s
ErrorTextComponent
renders HelperTextComponent with error type
passed
0.002s
ErrorTextComponent
renders with proper class name
passed
0.001s
ErrorComponent
renders error text correctly
passed
0.003s
ErrorComponent
renders any type of error text correctly
passed
0.002s
ErrorComponent
renders error component with proper class name
passed
0.001s
App component
renders without crashing
passed
1.778s
LabelComponent
renders with title
passed
0.004s
LabelComponent
renders with optional text
passed
0.001s
LabelComponent
renders with tooltip
passed
0.007s
FilePreviewThumbnailComponent
renders correctly with default props
passed
0.016s