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:
|
||||
|
||||
|
||||
@@ -396,7 +396,7 @@ class WebEntry
|
||||
$template->assign("dynaformUid", $dynaFormUid);
|
||||
$template->assign("taskUid", $taskUid);
|
||||
$template->assign("wsUser", $usrUsername);
|
||||
$template->assign("wsPass", Bootstrap::getPasswordHashType() . ':' . $usrPassword);
|
||||
$template->assign("wsPass", \Bootstrap::getPasswordHashType() . ':' . $usrPassword);
|
||||
$template->assign("wsRoundRobin", $wsRoundRobin);
|
||||
|
||||
if ($webEntryInputDocumentAccess == 0) {
|
||||
|
||||
Reference in New Issue
Block a user