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