Skip to content

Commit 39e6d9b

Browse files
test: update validation page UUID expectations
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 4a4acb4 commit 39e6d9b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/integration/features/page/validate.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)