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