it('should display a text input box', () => {
    const { component } = setup()
    expect(component.find('input').length).toBe(1);
  })