it('should not show tooltip when component exists', () => {
      const spy = spyOn(directive.show, 'emit');
      directive.tooltipDisabled = true;
      directive.showTooltip();
      expect(spy).not.toHaveBeenCalled();