|
|
@ -108,9 +108,14 @@ Feature: Team Member |
|
|
|
And I set the subject of the task to A Whole New Task |
|
|
|
And I set the subject of the task to A Whole New Task |
|
|
|
And I set the remaining_hours of the task to 3 |
|
|
|
And I set the remaining_hours of the task to 3 |
|
|
|
And I set the estimated_hours of the task to 8 |
|
|
|
And I set the estimated_hours of the task to 8 |
|
|
|
|
|
|
|
When I create the task |
|
|
|
|
|
|
|
And I want to create a task for Story 1 |
|
|
|
|
|
|
|
And I set the subject of the task to A Second New Task |
|
|
|
|
|
|
|
And I set the remaining_hours of the task to 1 |
|
|
|
|
|
|
|
And I set the estimated_hours of the task to 2 |
|
|
|
When I create the task |
|
|
|
When I create the task |
|
|
|
Then the request should complete successfully |
|
|
|
Then the request should complete successfully |
|
|
|
And task A Whole New Task should have remaining_hours set to 3 |
|
|
|
And task A Whole New Task should have remaining_hours set to 3 |
|
|
|
And task A Whole New Task should have estimated_hours set to 8 |
|
|
|
And task A Whole New Task should have estimated_hours set to 8 |
|
|
|
And story Story 1 should have remaining_hours set to 3 |
|
|
|
And story Story 1 should have remaining_hours set to 4 |
|
|
|
And story Story 1 should have estimated_hours set to 8 |
|
|
|
And story Story 1 should have estimated_hours set to 10 |
|
|
|