You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/run.js
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21927,7 +21927,7 @@ test('context-menu ownership and stale-panel persistence guards are wired in bot
21927
21927
}
21928
21928
assert.match(
21929
21929
panel,
21930
-
/async function sendMessage\(extraChatParams = \{\}\) \{[\s\S]*?await waitForVisibleSidePanelStateRefresh\(\);\s*stopListening\(\);\s*let text = inputEl\.value\.trim\(\);/,
21930
+
/async function sendMessage\(extraChatParams = \{\}\) \{[\s\S]*?await waitForVisibleSidePanelStateRefresh\(\);[\s\S]*?stopListening\(\);\s*let text = inputEl\.value\.trim\(\);/,
21931
21931
`${label}: user sends should not capture or append a turn until visibility reconciliation finishes`,
21932
21932
);
21933
21933
assert.match(
@@ -21987,9 +21987,19 @@ test('context-menu ownership and stale-panel persistence guards are wired in bot
0 commit comments