Verify Show in Graph action and workspace return through UI Automation - #449
Merged
Merged
Conversation
Add exact action/result and same-loop return assertions to the Windows UIA gate, and record the focused RED/GREEN evidence while retaining Partial parity status. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Signed-off-by: Colin Neilens <coneilen@microsoft.com>
Signed-off-by: Colin Neilens <coneilen@microsoft.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Extends the Windows UIA gate from checking Show in Graph's presence to exercising
the actual loop-bar action and verifying its navigation result.
graph children used for the positive destination check.
card, project toolbar, loop bar, and Show in Graph identities.
reconnection and propagates other errors immediately.
Changes only uia-live-gate.ps1 and the Show in Graph parity-ledger row.
No product code change was needed. The row remains Partial.
Focused live evidence
Both variants used the same focused harness, fixture setup, and assertions.
The negative variant disabled only the Show in Graph invocation.
RED: run with -DisableShowInGraphAction -> exit 1 at the unchanged assertion
"Show in Graph retained workspace chrome".
GREEN: run with the action enabled -> exit 0 after verifying the exact selected
loop's graph destination and sidebar return to the same workspace.
REGRESSION: compare the focused harness with the integrated gate -> target
assertions are preserved; PowerShell parsing and CRLF-aware diff checks pass.
The coordinator inspected the harness differences, actual paired logs, runner
results, and recorded log hashes.
Isolation and provenance
Each run used a separate ZMX_DIR, ZMX_SESSION_PREFIX, GraphCode daemon pipe,
support directory, LOCALAPPDATA, logs, and working directory. Shell and providers
were built from own-worktree pinned prerequisites.
Neither run timed out. Run-provenance cleanup reported zero attributable surviving
processes; ambiguous pre-existing processes were left untouched.
Evidence identity:
Harness, runner, manifest, and logs are preserved in the author session's local
evidence artifacts, not committed to this PR.
Limitations
so that block has not been live-validated by this pair.
Reviewed head: b8140f1.
The commit includes the required sign-off and co-author trailers.