Merged in wnestor/processmaker (pull request #407)
Modificaciones a los features department, input document, output document y case actions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
"""
|
"""
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user