File tree Expand file tree Collapse file tree
tests/integration/features/sign Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ Feature: TSA Integration - End-to-End Workflow
2828 Then the response should be a JSON array with the following mandatory values
2929 | key | value |
3030 | (jq ).ocs .data .data [0 ].name | TSA Document Test |
31- And fetch field "(SIGN_UUID )ocs.data.data.0.signers.0.sign_uuid " from previous JSON response
31+ And fetch field "(SIGN_REQUEST_UUID )ocs.data.data.0.signers.0.sign_request_uuid " from previous JSON response
3232 And fetch field "(FILE_UUID)ocs.data.data.0.uuid" from previous JSON response
33- When sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_UUID >"
33+ When sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_REQUEST_UUID >"
3434 | method | clickToSign |
3535 Then the response should have a status code 200
3636 And the response should be a JSON array with the following mandatory values
@@ -66,8 +66,8 @@ Feature: TSA Integration - End-to-End Workflow
6666 | name | TSA Error Test |
6767 And as user "signer1"
6868 And sending "get" to ocs "/apps/libresign/api/v1/file/list?details=1"
69- And fetch field "(SIGN_UUID )ocs.data.data.0.signers.0.sign_uuid " from previous JSON response
70- And sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_UUID >"
69+ And fetch field "(SIGN_REQUEST_UUID )ocs.data.data.0.signers.0.sign_request_uuid " from previous JSON response
70+ And sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_REQUEST_UUID >"
7171 | method | clickToSign |
7272 Then the response should have a status code 422
7373 And the response should be a JSON array with the following mandatory values
You can’t perform that action at this time.
0 commit comments