From 22b806841fe45ff63b80a5bfc88f50f8b0fd2e76 Mon Sep 17 00:00:00 2001 From: Wendy Nestor Date: Tue, 24 Jun 2014 09:15:23 -0400 Subject: [PATCH] Se comprobo la validacion en el feature category --- .../category/negative_tests_category.feature | 10 +++++----- .../sub_process/main_tests_sub_process.feature | 8 +++++++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/features/backend/admin_setup/category/negative_tests_category.feature b/features/backend/admin_setup/category/negative_tests_category.feature index 804ac6237..a79411105 100644 --- a/features/backend/admin_setup/category/negative_tests_category.feature +++ b/features/backend/admin_setup/category/negative_tests_category.feature @@ -24,8 +24,8 @@ Scenario Outline: Create a new Categories (Negative Test) -#Scenario: Delete the Category when it is assigned to a project "Category Cases Lists" -# Given that I want to delete a "Category" -# And I request "proyect/category/4177095085330818c324501061677193" -# Then the response status code should be 400 -# And the response status message should have the following text "cannot be deleted" \ No newline at end of file +Scenario: Delete the Category when it is assigned to a project "Category Cases Lists" + Given that I want to delete a "Category" + And I request "project/category/4177095085330818c324501061677193" + Then the response status code should be 400 + And the response status message should have the following text "cannot be deleted" \ No newline at end of file diff --git a/features/backend/projects/sub_process/main_tests_sub_process.feature b/features/backend/projects/sub_process/main_tests_sub_process.feature index 076af426a..73c9cc3ef 100644 --- a/features/backend/projects/sub_process/main_tests_sub_process.feature +++ b/features/backend/projects/sub_process/main_tests_sub_process.feature @@ -143,4 +143,10 @@ Scenario: List all properties the Sub Processs of ("Sub Process 2") And that "spr_pro" is set to "51483263751af70c8568228036196106" And that "spr_tas" is set to "44468053351af70d83c9a49040728765" And that "spr_name" is set to "Sub-Process" - And that "spr_synchronous" is set to "0" \ No newline at end of file + And that "spr_synchronous" is set to "0" + + +# Bug 15109, No se visualiza el grupo de usuarios asignado a la actividad. + + +