From ee1ff70de43b007d61aceaac382d3b11a69721bd Mon Sep 17 00:00:00 2001 From: fuller-stack-dev <263060202+fuller-stack-dev@users.noreply.github.com> Date: Mon, 6 Jul 2026 23:17:02 -0600 Subject: [PATCH] test(ui): identify terminal run fixture --- ui/src/pages/chat/chat-gateway.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/pages/chat/chat-gateway.test.ts b/ui/src/pages/chat/chat-gateway.test.ts index b8b12e834870..aabd393ce412 100644 --- a/ui/src/pages/chat/chat-gateway.test.ts +++ b/ui/src/pages/chat/chat-gateway.test.ts @@ -797,6 +797,7 @@ describe("handleChatEvent", () => { kind: "direct", updatedAt: 1, hasActiveRun: true, + activeRunIds: ["run-1"], status: "running", startedAt: 100, },