Modificaciones a los features department, input document y output document

This commit is contained in:
Wendy Nestor
2014-04-21 10:50:35 -04:00
parent 109a909628
commit fc93b917cf
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ Background:
Then the response status code should be 200
And the response charset is "UTF-8"
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

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
And the response charset is "UTF-8"
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

View File

@@ -16,7 +16,7 @@ Scenario: Returns a list of the generated documents for a given cases
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"
Then the response status code should be 200
And the response charset is "UTF-8"