test(notification-outbox): cover Discard and query-failure paths on the Outbox page

This commit is contained in:
Joseph Doherty
2026-05-19 03:02:48 -04:00
parent ad9872705d
commit 9b05e48ea6
2 changed files with 36 additions and 0 deletions

View File

@@ -299,6 +299,8 @@
private async Task RefreshAll()
{
// Race-free despite both tasks mutating component fields: Blazor Server runs
// every continuation on the circuit's single-threaded synchronization context.
await Task.WhenAll(LoadKpis(), FetchPage());
}