Skip to content

Commit 29bc467

Browse files
Ticket #98 : Fix the UTS
1 parent cb816fb commit 29bc467

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

tests/CaseManagement.CMMN.Acceptance.Tests/Features/CaseInstances.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ Scenario: Launch caseWithRepetitionRule and check his status is completed
108108
And extract JSON from body
109109
And extract 'id' from JSON body into 'casePlanInstanceId'
110110
And execute HTTP GET request 'http://localhost/case-plan-instances/$casePlanInstanceId$/launch'
111-
And poll 'http://localhost/case-plan-instances/$casePlanInstanceId$', until 'state'='Active'
111+
And poll 'http://localhost/case-plan-instances/$casePlanInstanceId$', until 'state'='Completed'
112112
And extract JSON from body
113113

114114
Then HTTP status code equals to '200'
115-
Then JSON 'state'='Active'
116-
Then JSON 'children[0].state'='Active'
115+
Then JSON 'state'='Completed'
116+
Then JSON 'children[0].state'='Completed'
117117
Then JSON 'children[1].state'='Completed'
118118
Then JSON 'children[2].name'='EmptyTask'
119119

tests/CaseManagement.CMMN.Acceptance.Tests/Features/CaseInstances.feature.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)