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
assert.match(runningBody, /showActivity\(t\('sp\.activity\.thinking'\)\);/, `${label}: a running destination should restore its activity strip`);
9683
+
assert.notEqual(clearProcessingIdx, -1, `${label}: idle restore should clear destination processing state`);
9684
+
assert.notEqual(idleHideIdx, -1, `${label}: idle restore should hide stale activity even when terminal replay is already acknowledged`);
9685
+
assert.notEqual(syncComposerIdx, -1, `${label}: idle restore should resync composer controls`);
9686
+
assert.equal(clearProcessingIdx < idleHideIdx && idleHideIdx < syncComposerIdx, true, `${label}: idle activity and composer state should settle after processing is cleared`);
assert.match(drainHelperBody, /replay\.forEach\(\(msg\) => handleAgentUpdateMessage\(msg\)\);/, `${label}: queued destination updates should re-enter the normal renderer`);
0 commit comments