Modificacion a los features case note, web entry y cases list
This commit is contained in:
@@ -18,7 +18,7 @@ Scenario: create a new case note for specified case (Negative Tests)
|
||||
"""
|
||||
And I request "cases/6441974235335ced24785c4035070430/note"
|
||||
Then the response status code should be 400
|
||||
And the response status message should have the following text "You do not have permission to cases notes"
|
||||
And the response status message should have the following text "You do not have permission to access cases notes"
|
||||
|
||||
|
||||
#case 124
|
||||
@@ -489,8 +489,8 @@ Scenario Outline: Get paging of list Paused
|
||||
Then the response status code should be <http_code>
|
||||
And the response charset is "UTF-8"
|
||||
And the content type is "application/json"
|
||||
And the type is "array"
|
||||
And the response has <records> records
|
||||
And the type is "object"
|
||||
And the response has <records> records in property "data"
|
||||
|
||||
Examples:
|
||||
|
||||
@@ -734,4 +734,4 @@ Scenario Outline: Get order for date
|
||||
|
||||
| test_description | date_from | date_to | records |
|
||||
| Filter date = 2014-03-01 | 2014-03-01 | 2014-03-31 | 7 |
|
||||
| Filter date = 2014-03-15 | 2014-03-15 | 2014-04-01 | 30 |
|
||||
| Filter date = 2014-03-15 | 2014-03-15 | 2014-04-01 | 30 |
|
||||
|
||||
Reference in New Issue
Block a user