From 32bfb4de9d6225de359a83acd78639ec7387b40e Mon Sep 17 00:00:00 2001 From: Dallin Romney Date: Wed, 26 Aug 2026 13:54:56 -0700 Subject: [PATCH] fix(qa): sync TUI PTY proof metadata (#130314) --- qa/scenarios/ui/tui-local-shell-pty.yaml | 6 +++--- qa/scenarios/ui/tui-session-management-pty.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qa/scenarios/ui/tui-local-shell-pty.yaml b/qa/scenarios/ui/tui-local-shell-pty.yaml index db27a659d977..d38cf9e378da 100644 --- a/qa/scenarios/ui/tui-local-shell-pty.yaml +++ b/qa/scenarios/ui/tui-local-shell-pty.yaml @@ -36,10 +36,10 @@ scenario: testNamePattern: ^TUI PTY real backends keeps whitespace-prefixed bang input in chat after local shell approval$ - coverageId: tui.approval-prompt testFile: src/tui/tui-pty-local.e2e.test.ts - testNamePattern: ^TUI PTY real backends confirms and renders local shell output and environment through a real local PTY$ + testNamePattern: ^TUI PTY real backends confirms and renders local shell output, then extinguishes descendants before TUI exit$ - coverageId: tui.command-output-display testFile: src/tui/tui-pty-local.e2e.test.ts - testNamePattern: ^TUI PTY real backends confirms and renders local shell output and environment through a real local PTY$ + testNamePattern: ^TUI PTY real backends confirms and renders local shell output, then extinguishes descendants before TUI exit$ - coverageId: tui.execution-environment-marker testFile: src/tui/tui-pty-local.e2e.test.ts - testNamePattern: ^TUI PTY real backends confirms and renders local shell output and environment through a real local PTY$ + testNamePattern: ^TUI PTY real backends confirms and renders local shell output, then extinguishes descendants before TUI exit$ diff --git a/qa/scenarios/ui/tui-session-management-pty.yaml b/qa/scenarios/ui/tui-session-management-pty.yaml index 50201df7be53..8d5a9300f364 100644 --- a/qa/scenarios/ui/tui-session-management-pty.yaml +++ b/qa/scenarios/ui/tui-session-management-pty.yaml @@ -32,4 +32,4 @@ scenario: testNamePattern: ^TUI PTY real backends lists local session history through a real PTY$ - coverageId: tui.resume testFile: src/tui/tui-pty-local.e2e.test.ts - testNamePattern: ^TUI PTY real backends with shared Gateway fixture restores the remembered Gateway session and history after a real TUI relaunch$ + testNamePattern: ^TUI PTY real backends with shared Gateway fixture gates input while a real Gateway restores the remembered session and history$