Arreglos y modificaciones a los features output document case, output document, process supervisor, project y web entry
This commit is contained in:
@@ -10,10 +10,10 @@ Background:
|
||||
Scenario Outline: Pull information of an inexistent output document. should return an error
|
||||
Given I request "cases/64654381053382b8bb4c415067063003/output-document/<output-document>"
|
||||
Then the response status code should be 400
|
||||
And the response charset is "UTF-8"
|
||||
And the response charset is "app_doc_uid"
|
||||
And the type is "array"
|
||||
|
||||
Examples:
|
||||
|
||||
| test_description | output-document | app_doc_uid | app_doc_filename | doc_uid | app_doc_version | app_doc_create_date | app_doc_create_user | app_doc_type | app_doc_index | app_doc_link |
|
||||
| Get Input "Desert.jpg" | 6075490825331a1c5eebff9015468244 | 6075490825331a1c5eebff9015468244 | Desert.jpg | 68671480353319e5e1dee74089764900 | 1 | 2014-03-25 11:33:25 | , Administrator (admin) | OUTPUT | 1 | cases/cases_ShowDocument?a=6075490825331a1c5eebff9015468244&v=1 |
|
||||
| Get Input "Desert.jpg" | 6075490825eebff9015468244 | 6075490825331a1c5eebff9015468244 | Desert.jpg | 68671480353319e5e1dee74089764900 | 1 | 2014-03-25 11:33:25 | , Administrator (admin) | OUTPUT | 1 | cases/cases_ShowDocument?a=6075490825331a1c5eebff9015468244&v=1 |
|
||||
@@ -120,7 +120,7 @@ Feature: Output Documents Main Tests
|
||||
And the response charset is "UTF-8"
|
||||
And the content type is "application/json"
|
||||
And the type is "array"
|
||||
And the response has 19 records
|
||||
And the response has 17 records
|
||||
|
||||
|
||||
Scenario Outline: Update the Output Documents and then check if the values had changed
|
||||
|
||||
@@ -31,7 +31,7 @@ Requirements:
|
||||
|
||||
Examples:
|
||||
| test_description | project | records |
|
||||
| List users and groups available to be supervisors | 85794888452ceeef3675164057928956 | 21 |
|
||||
| List users and groups available to be supervisors | 85794888452ceeef3675164057928956 | 3 |
|
||||
|
||||
|
||||
Scenario Outline: Get a List of available groups process supervisor of a project
|
||||
@@ -44,7 +44,7 @@ Requirements:
|
||||
|
||||
Examples:
|
||||
| test_description | project | records |
|
||||
| List the 23 groups available to be supervisors | 85794888452ceeef3675164057928956 | 19 |
|
||||
| List the 23 groups available to be supervisors | 85794888452ceeef3675164057928956 | 1 |
|
||||
|
||||
|
||||
Scenario Outline: Get a List of available users elegible as process supervisor
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user