1 write to PlaywrightFixture
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (1)
20PlaywrightFixture = dashboardServerFixture.PlaywrightFixture;
4 references to PlaywrightFixture
Aspire.Dashboard.Tests (4)
Integration\Playwright\AppBarTests.cs (3)
28await PlaywrightFixture.GoToHomeAndWaitForDataGridLoad(page).DefaultTimeout(); 83await PlaywrightFixture.GoToHomeAndWaitForDataGridLoad(page).DefaultTimeout(TestConstants.LongTimeoutTimeSpan); 104await PlaywrightFixture.GoToHomeAndWaitForDataGridLoad(page).DefaultTimeout(TestConstants.LongTimeoutTimeSpan);
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (1)
38_context ??= await PlaywrightFixture.Browser.NewContextAsync(new BrowserNewContextOptions