diff --git a/features/backend/projects/project/main_tests_project_resources.feature b/features/backend/projects/project/main_tests_project_resources.feature index 45a2c3265..b6ad338b8 100644 --- a/features/backend/projects/project/main_tests_project_resources.feature +++ b/features/backend/projects/project/main_tests_project_resources.feature @@ -704,7 +704,6 @@ Scenario Outline: Get definition of a project And that "prj_name" is set to "Update Evaluation" And that "prj_description" is set to "Update" - Examples: | project_new_uid_number | @@ -720,8 +719,7 @@ Scenario Outline: Get definition of a project And the type is "object" And that "prj_name" is set to "Update Evaluation" And that "prj_description" is set to "Update" - - + Examples: | project_new_uid_number | @@ -765,14 +763,11 @@ Scenario Outline: Import a process - Test process NEW And the type is "object" And store "prj_uid" in session array as variable "prj_uid_" - Examples: | project_file | import_option | prj_uid_number | | Process_NewCreate_BPMN.pmx | CREATE | 7 | - - Scenario Outline: Delete a Project activity created previously in this script - Test process NEW Given that I want to delete a resource with the key "prj_uid" stored in session array as variable "prj_uid_" And I request "projects" @@ -784,15 +779,7 @@ Scenario Outline: Delete a Project activity created previously in this script - Examples: | prj_uid_number | - | 7 | - - - - - - - - + | 7 | #Culmination of test objects for Objects "Data, Data Store, Black Box and Text" @@ -825,7 +812,6 @@ Scenario: Get a list of projects And the type is "array" - #BUG 15088-Al editar el nombre de un proceso este permite ingresar el nombre de uno ya existente Scenario: Update the Projects by setting the name of an existing project Given PUT this data: @@ -864,4 +850,4 @@ Scenario: Update the Projects by setting the name of an existing project """ And I request "projects/5195971265375127fce82f4015927137" Then the response status code should be 400 - And the response status message should have the following text "exist" \ No newline at end of file + And the response status message should have the following text "exists" \ No newline at end of file