it('should handle navigation event with direction left and space key', () => {
      const mouseEvent: MouseEvent = new MouseEvent('click', {
        button: MOUSE_MAIN_BUTTON_CLICK
      });
      const result: number = comp.handleNavigationEvent(DIRECTION_LEFT, mouseEvent);