Skip to content

Commit f8fd8ef

Browse files
committed
Use unique workspaceId for transcript story
Avoid cross-story state collisions in Storybook interaction tests.
1 parent 39000ac commit f8fd8ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/browser/stories/App.task.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ export const TaskTranscriptViewer: AppStory = {
238238
];
239239

240240
return setupSimpleChatStory({
241+
workspaceId: "ws-task-transcript-viewer",
241242
messages: [
242243
createUserMessage("u1", "Show me the completed task transcript", {
243244
historySequence: 1,

0 commit comments

Comments
 (0)