Browse Source
The image-count pricing regression was passing an override into a helper that ignored it, so the test exercised the one-image default while expecting the four-image total. This makes the fixture accept the same node data overrides as the lower-level image node factory without touching production pricing logic. Constraint: Remote master already contains the UI change that hides unimplemented image toolbar actions. Rejected: Change GenerationComposer point calculation | the failing evidence showed draft.imageCount was never set by the fixture. Confidence: high Scope-risk: narrow Tested: npm run test:run -- src/components/__tests__/ImageInputNode.test.tsx src/app/api/generate/providers/__tests__/newapiwg.test.ts src/app/api/points/estimate/__tests__/route.test.ts src/components/__tests__/GenerationComposer.test.tsx src/store/execution/__tests__/generateVideoExecutor.test.ts Tested: npm run build Tested: git diff --checkTEST-s
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue