it('renders correctly', () => {
  const toolBoxList = renderer.create(
    <ToolBoxList dialogContent={TIPS[0]} />,
  );
  const toolBoxListJson = toolBoxList.toJSON();