it('should handle navigation event with direction left and space key', () => {
      const keyboardEvent: KeyboardEvent = new KeyboardEvent('keydown', {
        code: SPACE_CODE,
        key: SPACE_KEY
      });