Merged in wnestor/processmaker (pull request #407)

Modificaciones a los features department, input document, output document y case actions
This commit is contained in:
Erik Amaru Ortiz
2014-04-21 16:26:26 -04:00
4 changed files with 4 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ Background:
Then the response status code should be 200 Then the response status code should be 200
And the response charset is "UTF-8" And the response charset is "UTF-8"
And the type is "array" And the type is "array"
And the response has 6 record And the response has 7 record
Scenario: Create a new department in the workspace Scenario: Create a new department in the workspace

View File

@@ -117,6 +117,7 @@ Scenario Outline: Create a case, derivate and cancel. then try do pause or route
Then the response status code should be 400 Then the response status code should be 400
And the response status message should have the following text "<error_message_pause>" And the response status message should have the following text "<error_message_pause>"
#Delete case
And PUT this data: And PUT this data:
""" """
{ {

View File

@@ -13,7 +13,7 @@ Scenario: Returns a list of the uploaded documents for a given case
Then the response status code should be 200 Then the response status code should be 200
And the response charset is "UTF-8" And the response charset is "UTF-8"
And the type is "array" And the type is "array"
And the response has 9 records And the response has 10 records
Scenario: Returns an uploaded documents for a given case Scenario: Returns an uploaded documents for a given case

View File

@@ -16,7 +16,7 @@ Scenario: Returns a list of the generated documents for a given cases
And the response has 1 records And the response has 1 records
Scenario: Returns an generated document for a given case Scenario: Returns a generated document for a given case
Given I request "cases/33125846153383cecdf64f1079330191/output-document/75468909953383d0bc42f96046736849" Given I request "cases/33125846153383cecdf64f1079330191/output-document/75468909953383d0bc42f96046736849"
Then the response status code should be 200 Then the response status code should be 200
And the response charset is "UTF-8" And the response charset is "UTF-8"