test('should render Header correctly', () => {
  const { container } = render(<Header />)
  testHeader(container.querySelector('header#header'))
})