test('should render FooterInfo correctly', () => {
  const { container } = render(<FooterInfo />)
  testFooterInfo(container.querySelector('div'))
})