test: verify_only PATCH + verify_result dialog render + store fix
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0069c600f2
commit
859ca1bcd0
3 changed files with 210 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ const baseTask = (id: string, overrides: Partial<SoloTask> = {}): SoloTask => ({
|
|||
priority: 1,
|
||||
sort_order: 1,
|
||||
status: 'TO_DO',
|
||||
verify_only: false,
|
||||
story_id: 'story-1',
|
||||
story_code: 'ST-100',
|
||||
story_title: 'Original Story',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue