it('should not be template if object', () => {
      component.allowAdditionsText = {} as any;
      expect(component.isNotTemplate).toBeTruthy();
    });