From c2472ff4e39ad704dc5ff554e5824f90d74bb45f Mon Sep 17 00:00:00 2001 From: Jinwoo-H Date: Tue, 15 Sep 2026 22:57:06 -0400 Subject: [PATCH] test: supply pane attention reason in Escape fixture --- tests/e2e/terminal-attention.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/terminal-attention.spec.ts b/tests/e2e/terminal-attention.spec.ts index 5b6d9c40421..61d97995fa8 100644 --- a/tests/e2e/terminal-attention.spec.ts +++ b/tests/e2e/terminal-attention.spec.ts @@ -310,7 +310,7 @@ test.describe('Terminal attention', () => { // Focused BEL owns the tab indicator; seed pane attention separately so the // Escape path proves it clears both store surfaces that pty-connection owns. await orcaPage.evaluate((paneKey) => { - window.__store?.getState().markTerminalPaneUnread(paneKey) + window.__store?.getState().markTerminalPaneUnread(paneKey, 'terminal-bell') }, activePaneKey) await expect .poll(async () => (await getUnreadTerminalPaneKeys(orcaPage)).includes(activePaneKey), {