diff --git a/components/src/components/molecules/Checkbox/Checkbox.tsx b/components/src/components/molecules/Checkbox/Checkbox.tsx index f01fd67e..a9cd6602 100644 --- a/components/src/components/molecules/Checkbox/Checkbox.tsx +++ b/components/src/components/molecules/Checkbox/Checkbox.tsx @@ -58,7 +58,7 @@ Omit< | 'width' > -const SVG = (props: React.SVGProps) => +const SVG = (props: React.SVGProps) => const InputBox = React.forwardRef( ({ baseColor, baseTheme, disabled, checked, ...props }, ref) => ( diff --git a/components/src/components/organisms/Dialog/Dialog.tsx b/components/src/components/organisms/Dialog/Dialog.tsx index 55dee77b..2778b6ba 100644 --- a/components/src/components/organisms/Dialog/Dialog.tsx +++ b/components/src/components/organisms/Dialog/Dialog.tsx @@ -127,6 +127,7 @@ const StepContainer = ({ children }: React.PropsWithChildren) => ( flexDirection="row" gap="2" justifyContent="center" + data-testid="step-container" > {children} @@ -260,7 +261,7 @@ const Footer: React.FC<{ return ( {stepCount && ( - + {Array.from({ length: stepCount }, (_, i) => (