7 references to MetricTable
Aspire.Dashboard.Components.Tests (7)
Pages\MetricsTests.cs (7)
124Assert.Empty(cut.FindComponents<MetricTable>()); 134Assert.Single(cut.FindComponents<MetricTable>()); 145Assert.Empty(cut.FindComponents<MetricTable>()); 234cut.WaitForState(() => cut.FindComponents<MetricTable>().Count == 1); 235var table = cut.FindComponent<MetricTable>(); 243var updatedTable = cut.FindComponent<MetricTable>(); 322cut.WaitForAssertion(() => Assert.Single(cut.FindComponents<MetricTable>()));