diff --git a/features/backend/projects/case_scheduler/main_tests_case_scheduler.feature b/features/backend/projects/case_scheduler/main_tests_case_scheduler.feature index 6ff008da0..bee8dfa2b 100644 --- a/features/backend/projects/case_scheduler/main_tests_case_scheduler.feature +++ b/features/backend/projects/case_scheduler/main_tests_case_scheduler.feature @@ -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 | 2 | + | Get case scheduler of process Process Complete BPMN | 1455892245368ebeb11c1a5001393784 | 1 | 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 after 18 case schedulers in each process +Scenario Outline: Get the case schedulers list when there are exactly 16 after 17 case schedulers in each process Given I request "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 after 1 | test_description | project | record | | Get case scheduler of process Test Michelangelo | 1265557095225ff5c688f46031700471 | 16 | - | Get case scheduler of process Process Complete BPMN | 1455892245368ebeb11c1a5001393784 | 18 | + | Get case scheduler of process Process Complete BPMN | 1455892245368ebeb11c1a5001393784 | 17 | Scenario Outline: Update the case schedulers for a project and then check if the values had changed