Tests.VoiceTests.OpenTicketTabForAgentAsync C# (CSharp) Method

OpenTicketTabForAgentAsync() private method

private OpenTicketTabForAgentAsync ( ) : void
return void
        public void OpenTicketTabForAgentAsync()
        {
            agentid = Settings.UserId;
            ticketid = Settings.SampleTicketId;

            var result = api.Voice.OpenTicketInAgentBrowserAsync(agentid, ticketid);
            Assert.IsTrue(result.Result);
        }