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