Tests.VoiceTests.OpenUserProfileInAgentBrowser C# (CSharp) Method

OpenUserProfileInAgentBrowser() private method

private OpenUserProfileInAgentBrowser ( ) : void
return void
        public void OpenUserProfileInAgentBrowser()
        {
            agentid = Settings.UserId;
            userid = Settings.EndUserId;

            var result = api.Voice.OpenUserProfileInAgentBrowser(agentid, userid);
            Assert.IsTrue(result);
        }