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