9 references to TestResource1
Aspire.Dashboard.Tests (9)
Integration\Playwright\BrowserTokenAuthenticationTests.cs (5)
71
.Expect(page.GetByText(MockDashboardClient.
TestResource1
.DisplayName))
100
.Expect(page.GetByText(MockDashboardClient.
TestResource1
.DisplayName))
145
.Expect(page.GetByText(MockDashboardClient.
TestResource1
.DisplayName))
229
.Expect(page.GetByText(MockDashboardClient.
TestResource1
.DisplayName))
235
.Expect(page.GetByText(MockDashboardClient.
TestResource1
.DisplayName))
Integration\Playwright\Infrastructure\MockDashboardClient.cs (1)
62
[.. (_resources ?? [
TestResource1
])],
Integration\Playwright\Infrastructure\PlaywrightFixture.cs (1)
33
.Expect(page.GetByText(MockDashboardClient.
TestResource1
.DisplayName))
Integration\Playwright\MobileNavMenuTests.cs (2)
35
await Assertions.Expect(page.GetByText(MockDashboardClient.
TestResource1
.DisplayName)).ToBeVisibleAsync();
72
await Assertions.Expect(page.GetByText(MockDashboardClient.
TestResource1
.DisplayName)).ToBeVisibleAsync();