- Notifications
You must be signed in to change notification settings - Fork 0
Replace hard-coded Scenario block fixture #157
Copy link
Copy link
Open
Labels
area: plannerProduction block / planning modelProduction block / planning modelarea: webWeb UI (React/TanStack/vite-plus)Web UI (React/TanStack/vite-plus)bugSomething isn't workingSomething isn't workingpriority: nextGood next implementation stepGood next implementation step
Description
Metadata
Metadata
Assignees
Labels
area: plannerProduction block / planning modelProduction block / planning modelarea: webWeb UI (React/TanStack/vite-plus)Web UI (React/TanStack/vite-plus)bugSomething isn't workingSomething isn't workingpriority: nextGood next implementation stepGood next implementation step
Two existing mutating Scenario E2E cases depend on block id 83 being a Coal gas fixture copied from the active project:
Scenario scales a goal beyond recovered coproduct supplyScenario explains which proposed block goals failed validationThe current seed no longer contains that block, so both tests fail before opening the page. Make these cases seed their own deterministic blocks and flows (as the adjacent unpinned-consume test does) instead of depending on a user-project row id.
Discovered while validating #156; the new cache/progress Scenario flows pass independently.