it('Calls Auth0 login if user is logged out', () => {
  renderUser(false)
  fireEvent.click(screen.getByText('Login'))
  expect(auth.login).toHaveBeenCalled()
})