diff --git a/Microsoft.Dynamics365.UIAutomation.Api.UCI/Microsoft.Dynamics365.UIAutomation.Api.UCI.csproj b/Microsoft.Dynamics365.UIAutomation.Api.UCI/Microsoft.Dynamics365.UIAutomation.Api.UCI.csproj index a63f13a0..51bab997 100644 --- a/Microsoft.Dynamics365.UIAutomation.Api.UCI/Microsoft.Dynamics365.UIAutomation.Api.UCI.csproj +++ b/Microsoft.Dynamics365.UIAutomation.Api.UCI/Microsoft.Dynamics365.UIAutomation.Api.UCI.csproj @@ -39,7 +39,7 @@ ..\packages\Microsoft.ApplicationInsights.2.21.0\lib\net46\Microsoft.ApplicationInsights.dll - ..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll + ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll ..\packages\Otp.NET.1.3.0\lib\net45\Otp.NET.dll @@ -49,8 +49,8 @@ ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll - - ..\packages\System.Diagnostics.DiagnosticSource.7.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll + + ..\packages\System.Diagnostics.DiagnosticSource.7.0.2\lib\net462\System.Diagnostics.DiagnosticSource.dll @@ -72,10 +72,10 @@ - ..\packages\Selenium.WebDriver.4.8.0\lib\net46\WebDriver.dll + ..\packages\Selenium.WebDriver.4.10.0\lib\net46\WebDriver.dll - ..\packages\Selenium.Support.4.8.0\lib\net46\WebDriver.Support.dll + ..\packages\Selenium.Support.4.10.0\lib\net46\WebDriver.Support.dll @@ -131,12 +131,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - + \ No newline at end of file diff --git a/Microsoft.Dynamics365.UIAutomation.Sample/AzureDevOps/UCI/RegressionTests.cs b/Microsoft.Dynamics365.UIAutomation.Sample/AzureDevOps/UCI/RegressionTests.cs index 6782d8a3..21c45871 100644 --- a/Microsoft.Dynamics365.UIAutomation.Sample/AzureDevOps/UCI/RegressionTests.cs +++ b/Microsoft.Dynamics365.UIAutomation.Sample/AzureDevOps/UCI/RegressionTests.cs @@ -86,8 +86,10 @@ public void Regression_Grid_SwitchView_GetItems_Sort_SearchRecord_HighlightRecor var xrmApp = new XrmApp(client); try { + Trace.WriteLine("Login Started"); telemetry.TrackTrace("Login Started"); xrmApp.OnlineLogin.Login(_xrmUri, _username, _password, _mfaSecretKey); + Trace.WriteLine("Login Completed"); telemetry.TrackTrace("Login Completed"); TakeScreenshot(client, xrmApp.CommandResults.Last()); //xrmApp.Navigation.OpenApp(UCIAppName.Sales); diff --git a/Microsoft.Dynamics365.UIAutomation.Sample/Microsoft.Dynamics365.UIAutomation.Sample.csproj b/Microsoft.Dynamics365.UIAutomation.Sample/Microsoft.Dynamics365.UIAutomation.Sample.csproj index 541ae8fe..c7149b25 100644 --- a/Microsoft.Dynamics365.UIAutomation.Sample/Microsoft.Dynamics365.UIAutomation.Sample.csproj +++ b/Microsoft.Dynamics365.UIAutomation.Sample/Microsoft.Dynamics365.UIAutomation.Sample.csproj @@ -69,10 +69,10 @@ - ..\packages\Selenium.WebDriver.4.9.1\lib\net46\WebDriver.dll + ..\packages\Selenium.WebDriver.4.11.0\lib\net46\WebDriver.dll - ..\packages\Selenium.Support.4.9.1\lib\net46\WebDriver.Support.dll + ..\packages\Selenium.Support.4.11.0\lib\net46\WebDriver.Support.dll @@ -309,13 +309,13 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + - - + +