1 instantiation of WrapperForIPage
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\TestExtensions.cs (1)
17return new WrapperForIPage(page, testOutput);
3 references to WrapperForIPage
Aspire.EndToEnd.Tests (3)
tests\Shared\TemplatesTesting\AspireProject.cs (2)
341public async Task<WrapperForIPage> OpenDashboardPageAsync(IBrowserContext context, int timeoutSecs = DashboardAvailabilityTimeoutSecs) 361var dashboardPageWrapper = await context.NewPageWithLoggingAsync(_testOutput);
tests\Shared\TemplatesTesting\TestExtensions.cs (1)
14public static async Task<WrapperForIPage> NewPageWithLoggingAsync(this IBrowserContext context, ITestOutputHelper testOutput)