From 137de66d20f347be18313f83b33e4ba95960965f Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Sat, 6 Jun 2026 13:22:32 -0400 Subject: [PATCH] feat(ui): add data-test hooks to DebugView site/instance selects (additive, test-only) --- .../Components/Pages/Deployment/DebugView.razor | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ZB.MOM.WW.ScadaBridge.CentralUI/Components/Pages/Deployment/DebugView.razor b/src/ZB.MOM.WW.ScadaBridge.CentralUI/Components/Pages/Deployment/DebugView.razor index c4272905..8280a50a 100644 --- a/src/ZB.MOM.WW.ScadaBridge.CentralUI/Components/Pages/Deployment/DebugView.razor +++ b/src/ZB.MOM.WW.ScadaBridge.CentralUI/Components/Pages/Deployment/DebugView.razor @@ -71,7 +71,8 @@
- @foreach (var site in _sites) { @@ -81,7 +82,8 @@
- @foreach (var inst in _siteInstances) {