diff --git a/features/backend/pm_user/main_tests_pm_user.feature b/features/backend/pm_user/main_tests_pm_user.feature index 440eadbc3..40a0d822a 100644 --- a/features/backend/pm_user/main_tests_pm_user.feature +++ b/features/backend/pm_user/main_tests_pm_user.feature @@ -112,8 +112,8 @@ Feature: User Main Tests | Create without replaced by, calendar | 1 | /home/wendy/photo/pic1.jpg | | Create without calendar | 2 | /home/wendy/photo/pic2.jpg | | Create with all fields | 3 | /home/wendy/photo/pic3.jpg | - | Create user Inactive | 4 | ~/userPhoto/abcd.jpg | - | Create user Vacation | 5 | ~/userPhoto/abcd.jpg | + | Create user Inactive | 4 | | + | Create user Vacation | 5 | | Scenario: Get the users List when there are exactly 63 users diff --git a/features/backend/sub_process/basic_sequence_web_entry.feature b/features/backend/sub_process/basic_sequence_web_entry.feature deleted file mode 100644 index 07c64d050..000000000 --- a/features/backend/sub_process/basic_sequence_web_entry.feature +++ /dev/null @@ -1,68 +0,0 @@ -@ProcessMakerMichelangelo @RestAPI -Feature: Sub Processs - - Scenario: List all the Sub Processs (result 0 Sub Processs) - Given that I have a valid access_token - And I request "project/9821342145305125d48cb88069229840/sub-process/61578996253051263872061082298948" - Then the response status code should be 200 - And the response charset is "UTF-8" - And the type is "object" - And that "spr_name" is set to "Sub-Proces" - - - Scenario: Update a Sub Process - Given that I have a valid access_token - And PUT this data: - """ - { - "spr_pro": "4728335905305113b8880c9007635110", - "spr_tas": "6238856655305113e127929067843487", - "spr_name": "test", - "spr_synchronous": "1", - "spr_variables_out": { - "@@APPLICATION": "@@APPLICATION", - "zzzzz": "asaaaa", - "aaaa": "ssss" - } - } - """ - And I request "project/9821342145305125d48cb88069229840/sub-process/61578996253051263872061082298948" - Then the response status code should be 200 - - - Scenario: List all the Sub Processs (result 0 Sub Processs) - Given that I have a valid access_token - And I request "project/9821342145305125d48cb88069229840/sub-process/61578996253051263872061082298948" - Then the response status code should be 200 - And the response charset is "UTF-8" - And the type is "object" - And that "spr_name" is set to "test" - - - Scenario: Update a Sub Process - Given that I have a valid access_token - And PUT this data: - """ - { - "spr_pro": "4728335905305113b8880c9007635110", - "spr_tas": "6238856655305113e127929067843487", - "spr_name": "Sub-Proces", - "spr_synchronous": "1", - "spr_variables_out": { - "@@APPLICATION": "@@APPLICATION", - "zzzzz": "asaaaa", - "aaaa": "ssss" - } - } - """ - And I request "project/9821342145305125d48cb88069229840/sub-process/61578996253051263872061082298948" - Then the response status code should be 200 - - - Scenario: List all the Sub Processs (result 0 Sub Processs) - Given that I have a valid access_token - And I request "project/9821342145305125d48cb88069229840/sub-process/61578996253051263872061082298948" - Then the response status code should be 200 - And the response charset is "UTF-8" - And the type is "object" - And that "spr_name" is set to "Sub-Proces" \ No newline at end of file