Update number of results that have were defined inside features and which get the corresponding service.
This commit is contained in:
@@ -20,7 +20,7 @@ Scenario Outline: Get the case schedulers list when there are exactly case sched
|
||||
|
||||
| test_description | project | record |
|
||||
| Get case scheduler of process Test Michelangelo | 1265557095225ff5c688f46031700471 | 0 |
|
||||
| Get case scheduler of process Process Complete BPMN | 1455892245368ebeb11c1a5001393784 | 1 |
|
||||
| Get case scheduler of process Process Complete BPMN | 1455892245368ebeb11c1a5001393784 | 2 |
|
||||
|
||||
|
||||
Scenario Outline: Create any case scheduler for a project
|
||||
@@ -110,7 +110,7 @@ Scenario: Create a new case scheduler with same name
|
||||
And the response status message should have the following text "Duplicate"
|
||||
|
||||
|
||||
Scenario Outline: Get the case schedulers list when there are exactly 16 case schedulers in each process
|
||||
Scenario Outline: Get the case schedulers list when there are exactly 16 after 18 case schedulers in each process
|
||||
Given I request "project/<project>/case-schedulers"
|
||||
Then the response status code should be 200
|
||||
And the response charset is "UTF-8"
|
||||
@@ -122,7 +122,7 @@ Scenario Outline: Get the case schedulers list when there are exactly 16 case sc
|
||||
|
||||
| test_description | project | record |
|
||||
| Get case scheduler of process Test Michelangelo | 1265557095225ff5c688f46031700471 | 16 |
|
||||
| Get case scheduler of process Process Complete BPMN | 1455892245368ebeb11c1a5001393784 | 17 |
|
||||
| Get case scheduler of process Process Complete BPMN | 1455892245368ebeb11c1a5001393784 | 18 |
|
||||
|
||||
|
||||
Scenario Outline: Update the case schedulers for a project and then check if the values had changed
|
||||
|
||||
Reference in New Issue
Block a user