File tree Expand file tree Collapse file tree
tests/integration/features/page Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ Feature: page/validate
1212 | name | document |
1313 And the response should have a status code 200
1414 And sending "get" to ocs "/apps/libresign/api/v1/file/list?details=1"
15- And fetch field "(SIGN_UUID )ocs.data.data.0.signers.0.sign_uuid " from previous JSON response
15+ And fetch field "(SIGN_REQUEST_UUID )ocs.data.data.0.signers.0.sign_request_uuid " from previous JSON response
1616 And fetch field "(FILE_UUID)ocs.data.data.0.uuid" from previous JSON response
1717 When sending "get" to "<url>"
1818 And the response should have a status code 200
1919
2020 Examples :
2121 | url |
22- | /apps /libresign /p /sign /<SIGN_UUID > |
23- | /apps /libresign /validation /<SIGN_UUID > |
22+ | /apps /libresign /p /sign /<SIGN_REQUEST_UUID > |
23+ | /apps /libresign /validation /<FILE_UUID > |
2424 | /apps /libresign /p /validation |
25- | /apps /libresign /pdf /<SIGN_UUID > |
25+ | /apps /libresign /pdf /<SIGN_REQUEST_UUID > |
2626 | /apps /libresign /p /pdf /<FILE_UUID > |
2727
2828 Scenario Outline : Unauthenticated user can not see sign page
You can’t perform that action at this time.
0 commit comments