Adicion de un nuevo escenario en generate bpmn y correciones de forma en el feature input

This commit is contained in:
Wendy Nestor
2014-08-25 09:04:46 -04:00
parent a67050f59b
commit 0b611ba3cf
2 changed files with 28 additions and 15 deletions

View File

@@ -167,3 +167,16 @@ Scenario Outline: Delete a Project activity created previously in this script
| pro_uid_number |
| 1 |
#Negative test, to import an invalid project
Scenario: Generate BPMN with wrong project
Given POST this data:
"""
{
"pro_uid": "22872259050000000000db7020830606"
}
"""
And I request "project/generate-bpmn"
Then the response status code should be 400
And the response status message should have the following text "exist"