2 references to WaitForDashboardToBeAvailableAsync
Aspire.Templates.Tests (2)
tests\Shared\TemplatesTesting\AspireProject.cs (2)
359
await
WaitForDashboardToBeAvailableAsync
(dashboardUrlToUse, _testOutput, cts.Token).ConfigureAwait(false);
396
return
WaitForDashboardToBeAvailableAsync
(DashboardUrl, _testOutput, cancellationToken);