Skip to content

Commit 3b80ce9

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

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tests/integration/features/sign/signed.feature

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Feature: signed
2727
Then the response should be a JSON array with the following mandatory values
2828
| key | value |
2929
| (jq).ocs.data.data[0].name | Document Name |
30-
And fetch field "(SIGN_UUID)ocs.data.data.0.signers.0.sign_uuid" from previous JSON response
30+
And fetch field "(SIGN_REQUEST_UUID)ocs.data.data.0.signers.0.sign_request_uuid" from previous JSON response
3131
And fetch field "(FILE_UUID)ocs.data.data.0.uuid" from previous JSON response
3232
And sending "post" to ocs "/apps/libresign/api/v1/account/signature"
3333
| signPassword | TheComplexPfxPasswordHere |
34-
And sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_UUID>"
34+
And sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_REQUEST_UUID>"
3535
| method | password |
3636
| token | TheComplexPfxPasswordHere |
3737
And the response should have a status code 200
@@ -80,9 +80,9 @@ Feature: signed
8080
Then the response should be a JSON array with the following mandatory values
8181
| key | value |
8282
| (jq).ocs.data.data[0].name | Document Name |
83-
And fetch field "(SIGN_UUID)ocs.data.data.0.signers.0.sign_uuid" from previous JSON response
83+
And fetch field "(SIGN_REQUEST_UUID)ocs.data.data.0.signers.0.sign_request_uuid" from previous JSON response
8484
And fetch field "(FILE_UUID)ocs.data.data.0.uuid" from previous JSON response
85-
And sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_UUID>"
85+
And sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_REQUEST_UUID>"
8686
| method | clickToSign |
8787
Then the response should have a status code 200
8888
And the response should be a JSON array with the following mandatory values
@@ -145,9 +145,9 @@ Feature: signed
145145
Then the response should be a JSON array with the following mandatory values
146146
| key | value |
147147
| (jq).ocs.data.data[0].name | Document Name |
148-
And fetch field "(SIGN_UUID)ocs.data.data.0.signers.0.sign_uuid" from previous JSON response
148+
And fetch field "(SIGN_REQUEST_UUID)ocs.data.data.0.signers.0.sign_request_uuid" from previous JSON response
149149
And fetch field "(FILE_UUID)ocs.data.data.0.uuid" from previous JSON response
150-
And sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_UUID>"
150+
And sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_REQUEST_UUID>"
151151
| method | clickToSign |
152152
Then the response should have a status code 200
153153
And the response should be a JSON array with the following mandatory values
@@ -198,7 +198,7 @@ Feature: signed
198198
And I open the latest email to "unauthenticated@email.tld" with subject "LibreSign: There is a file for you to sign"
199199
And I fetch the signer UUID from opened email
200200
And as user ""
201-
And sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_UUID>"
201+
And sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_REQUEST_UUID>"
202202
| method | clickToSign |
203203
And the response should have a status code 200
204204
And the response should be a JSON array with the following mandatory values

0 commit comments

Comments
 (0)