7 references to MetricTable
Aspire.Dashboard.Components.Tests (7)
Pages\MetricsTests.cs (7)
123Assert.Empty(cut.FindComponents<MetricTable>()); 133Assert.Single(cut.FindComponents<MetricTable>()); 144Assert.Empty(cut.FindComponents<MetricTable>()); 233cut.WaitForState(() => cut.FindComponents<MetricTable>().Count == 1); 234var table = cut.FindComponent<MetricTable>(); 242var updatedTable = cut.FindComponent<MetricTable>(); 321cut.WaitForAssertion(() => Assert.Single(cut.FindComponents<MetricTable>()));