Skip to content

Commit

Permalink
[hyperledger openwallet-foundation#560] Change the order of the conne…
Browse files Browse the repository at this point in the history
…ction steps to improve mobile testing flow

Signed-off-by: Patrick St-Louis <patrick.st-louis@idlab.org>
  • Loading branch information
PatStLouis committed Nov 22, 2022
1 parent 9e7f319 commit 679b182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aries-test-harness/features/0037-present-proof.feature
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ Feature: RFC 0037 Aries agent present proof
| name | role |
| Faber | verifier |
| Bob | prover |
And "Faber" and "Bob" have an existing connection
And "Bob" has an issued credential from <issuer>
And "Faber" and "Bob" have an existing connection
When "Faber" sends a request for proof presentation to "Bob"
And "Bob" makes the presentation of the proof
And "Faber" acknowledges the proof
Expand Down
4 changes: 2 additions & 2 deletions aries-test-harness/features/0183-revocation.feature
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ Feature: RFC 0183 Aries agent credential revocation and revocation notification
| name | role |
| Bob | prover |
| Faber | verifier |
And "Faber" and "Bob" have an existing connection
And "Bob" has an issued credential from <issuer> with <credential_data>
When <issuer> revokes the credential
And "Faber" and "Bob" have an existing connection
And "Faber" sends a <request_for_proof> presentation to "Bob"
And "Bob" makes the <presentation> of the proof
And "Faber" acknowledges the proof
Expand Down Expand Up @@ -200,9 +200,9 @@ Feature: RFC 0183 Aries agent credential revocation and revocation notification
| name | role |
| Bob | prover |
| Faber | verifier |
And "Faber" and "Bob" have an existing connection
And "Bob" has an issued credential from <issuer> with <credential_data>
And <issuer> has revoked the credential before <timeframe>
And "Faber" and "Bob" have an existing connection
When "Faber" sends a <request_for_proof> presentation to "Bob" with credential validity before <timeframe>
And "Bob" makes the <presentation> of the proof with the revoked credential
And "Faber" acknowledges the proof
Expand Down

0 comments on commit 679b182

Please sign in to comment.