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