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: apps/sim/app/workspace/[workspaceId]/home/components/message-content/components/agent-group/activity-stream.test.tsx
+35-9Lines changed: 35 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -157,24 +157,50 @@ describe.each(['mothership', 'workflow', 'browser', 'deploy'])('%s activity', (a
157
157
render([tool('first'),tool('second')])
158
158
advance(100)
159
159
render([tool('first'),tool('second',status)])
160
-
constoutcome=
160
+
constlabel=
161
161
status==='error'||status==='rejected'
162
-
? 'failed'
163
-
: status==='skipped'
164
-
? 'skipped'
165
-
: 'stopped'
166
-
expect(header()?.textContent).toBe(`Reading first · 1 ${outcome}`)
162
+
? 'Reading first'
163
+
: `Reading first · 1 ${status==='skipped' ? 'skipped' : 'stopped'}`
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/home/components/message-content/components/agent-group/tool-activity-group.test.ts
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/home/components/message-content/components/agent-group/tool-activity-group.tsx
+7-13Lines changed: 7 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import { getActivityAttentionKey } from '@/app/workspace/[workspaceId]/home/comp
0 commit comments