diff --git a/packages/wow-ui/src/components/MultiGroup/MultiGroup.test.tsx b/packages/wow-ui/src/components/MultiGroup/MultiGroup.test.tsx index 2bde8262..722465c8 100644 --- a/packages/wow-ui/src/components/MultiGroup/MultiGroup.test.tsx +++ b/packages/wow-ui/src/components/MultiGroup/MultiGroup.test.tsx @@ -10,9 +10,9 @@ describe("multi group with checkbox", () => { it("should render checkbox components with children", () => { render( - - - + + + ); const checkbox1 = screen.getByText("checkbox1"); @@ -27,9 +27,9 @@ describe("multi group with checkbox", () => { it("should render checkbox components with its own state", () => { const rendered = render( - - - + + + ); const checkboxes = rendered.getAllByRole("checkbox");