it('should return true when orgName is defined', function() {
      contactUpdateDataService.contact = { orgName: 'linagora' };
      initController();
      expect(scope.shouldDisplayWork()).to.be.true;
    });