feat(central-ui): link Health outbox tiles to the Notification KPIs page

This commit is contained in:
Joseph Doherty
2026-05-19 06:22:02 -04:00
parent 0be1feb561
commit 82745ef916
2 changed files with 11 additions and 1 deletions

View File

@@ -84,6 +84,13 @@ public class HealthPageTests : BunitContext
});
}
[Fact]
public void RendersLinkToTheNotificationKpisPage()
{
var cut = Render<HealthPage>();
Assert.Contains("/notifications/kpis", cut.Markup);
}
[Fact]
public void OutboxKpiFailure_ShowsGracefulFallback()
{