Se comprobo la validacion en el feature category

This commit is contained in:
Wendy Nestor
2014-06-24 09:15:23 -04:00
parent 83b80fc17e
commit 22b806841f
2 changed files with 12 additions and 6 deletions

View File

@@ -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"
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"

View File

@@ -144,3 +144,9 @@ Scenario: List all properties the Sub Processs of ("Sub Process 2")
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"
# Bug 15109, No se visualiza el grupo de usuarios asignado a la actividad.