From 6dc5d94cb954de7f59b5e89e53c4b42f3b86925b Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Sat, 1 Aug 2026 12:41:24 -0400 Subject: [PATCH] =?UTF-8?q?docs(plans):=20tag-browser=20Task=2019=20manual?= =?UTF-8?q?=20smoke=20PASS=202026-08-01=20=E2=80=94=20online=20+=20offline?= =?UTF-8?q?=20paths=20verified=20live?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/plans/2026-05-28-opcua-tag-browser.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/plans/2026-05-28-opcua-tag-browser.md b/docs/plans/2026-05-28-opcua-tag-browser.md index 32a69167..2975f1e0 100644 --- a/docs/plans/2026-05-28-opcua-tag-browser.md +++ b/docs/plans/2026-05-28-opcua-tag-browser.md @@ -1758,6 +1758,16 @@ git commit -m "feat(centralui): add OPC UA browse button + override column to In ### Task 19: End-to-end smoke (manual) +> **PASS 2026-08-01 (online + offline)** — run live on the docker rig against a purpose-built +> deployed instance (data-sourced Float attribute bound to site-a's "OPC PLC Simulator"; +> artifacts deleted after). Online: Browse dialog opened, root populated (Server visible), +> expanded OpcPlc → Telemetry → Basic, selected `StepUp` — footer + override stored the durable +> `nsu=http://microsoft.com/Opc/OpcPlc/;s=StepUp` form and it persisted across save + reload. +> Offline: with BOTH site-a nodes stopped, Browse showed the error banner +> (`StatusCode="Unavailable"` + Retry) with the manual-paste field still usable; a hand-typed +> `ns=3;s=TestChildObject.TestInt` (bare-index advisory shown as designed) went Use → Select → +> Save and persisted across reload while the site was down. Pair restarted staggered and rejoined. + **Classification:** trivial **Estimated implement time:** ~5 min (manual) **Parallelizable with:** none (validates Tasks 1–18 together)