Skip to content

Commit b9eac3e

Browse files
test: rename sequential signing UUID placeholders
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 1e49b11 commit b9eac3e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tests/integration/features/sign/sequential_signing.feature

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Feature: sequential-signing
2121
And as user "signer1"
2222
And sending "get" to ocs "/apps/libresign/api/v1/file/list?details=1"
2323
And the response should have a status code 200
24-
And fetch field "(SIGN_UUID_1)ocs.data.data.0.signers.0.sign_uuid" from previous JSON response
25-
When sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_UUID_1>"
24+
And fetch field "(SIGN_REQUEST_UUID_1)ocs.data.data.0.signers.0.sign_request_uuid" from previous JSON response
25+
When sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_REQUEST_UUID_1>"
2626
| method | clickToSign |
2727
Then the response should have a status code 200
2828
And as user "signer2"
2929
And sending "get" to ocs "/apps/libresign/api/v1/file/list?details=1"
3030
And the response should have a status code 200
31-
And fetch field "(SIGN_UUID_2)ocs.data.data.0.signers.1.sign_uuid" from previous JSON response
32-
When sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_UUID_2>"
31+
And fetch field "(SIGN_REQUEST_UUID_2)ocs.data.data.0.signers.1.sign_request_uuid" from previous JSON response
32+
When sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_REQUEST_UUID_2>"
3333
| method | clickToSign |
3434
Then the response should have a status code 200
3535

@@ -56,15 +56,15 @@ Feature: sequential-signing
5656
Given as user "signer1"
5757
When sending "get" to ocs "/apps/libresign/api/v1/file/list?details=1"
5858
Then the response should have a status code 200
59-
And fetch field "(SIGN_UUID_1)ocs.data.data.0.signers.0.sign_uuid" from previous JSON response
60-
When sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_UUID_1>"
59+
And fetch field "(SIGN_REQUEST_UUID_1)ocs.data.data.0.signers.0.sign_request_uuid" from previous JSON response
60+
When sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_REQUEST_UUID_1>"
6161
| method | clickToSign |
6262
Then the response should have a status code 200
6363
# After signer1 signs, signer2 should now see the file and be able to sign
6464
Given as user "signer2"
6565
When sending "get" to ocs "/apps/libresign/api/v1/file/list?details=1"
6666
Then the response should have a status code 200
67-
And fetch field "(SIGN_UUID_2)ocs.data.data.0.signers.1.sign_uuid" from previous JSON response
68-
When sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_UUID_2>"
67+
And fetch field "(SIGN_REQUEST_UUID_2)ocs.data.data.0.signers.1.sign_request_uuid" from previous JSON response
68+
When sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_REQUEST_UUID_2>"
6969
| method | clickToSign |
7070
Then the response should have a status code 200

0 commit comments

Comments
 (0)