it('will define the countryCtrl to be invalid', () => {
      expect(component.countryCtrl.valid).to.be.not.ok;
      expect(component.countryCtrl.errors.minlength).to.be.ok;
    });