diff --git a/packages/react/src/components/ToggleGroup/ToggleGroup.test.tsx b/packages/react/src/components/ToggleGroup/ToggleGroup.test.tsx index d40009b46a..e96678488a 100644 --- a/packages/react/src/components/ToggleGroup/ToggleGroup.test.tsx +++ b/packages/react/src/components/ToggleGroup/ToggleGroup.test.tsx @@ -28,16 +28,7 @@ describe('ToggleGroup', () => { const item = screen.getByRole('radio'); expect(item.name).toEqual('my name'); }); - test('has passed size to ToggleGroupItem children', (): void => { - render( - - test - , - ); - const item = screen.getByRole('radio'); - expect(item).toHaveClass('medium'); - }); test('can navigate with tab and arrow keys', async () => { render(