Commit 3c991b9
committed
fix: isolate InteractiveDemo story state from other stories
The InteractiveDemo play test was failing because it shared persisted
state with other stories (via the shared 'storybook-demo' workspaceId).
When DifferentModels runs first and sets thinking to 'medium' for Opus 4.5,
the InteractiveDemo story inherits that state.
Fix by giving InteractiveDemo its own unique workspaceId to ensure
test isolation.
Change-Id: I31bc0c6a2fc21a9a0084b966ce047422ce91339d
Signed-off-by: Thomas Kosiewski <tk@coder.com>1 parent 7812591 commit 3c991b9
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
78 | 86 | | |
79 | 87 | | |
80 | 88 | | |
| |||
0 commit comments