Skip to content

Commit

Permalink
Merge pull request #7 from yurenju/feat/w3c
Browse files Browse the repository at this point in the history
feat: added description for w3c compatibility
  • Loading branch information
yurenju authored Aug 12, 2023
2 parents 7298c25 + 2f42b66 commit 6c57f25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions apps/acceptance/src/e2e/registration.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Feature specifications sourced from /docs/requirements.md
# Requirement ID: REQ-01, REQ-03
# Requirement ID: REQ-01, REQ-03, REQ-05

Feature: Binding ID to Ethereum Address

Expand All @@ -10,7 +10,7 @@ Feature: Binding ID to Ethereum Address
Background:
Given I am on the "registration-page"

Scenario: User inputs ID
Scenario: Displaying QR Code Interface After ID Input
When I enter my ID
And I click on "next"
Then the "qr-code-interface" should be presented
Expand All @@ -36,4 +36,5 @@ Feature: Binding ID to Ethereum Address
When I click on "binding"
Then the "successful-binding-message" should be presented
And a list of my current credentials should be presented
And all credentials are valid
And all credentials are valid W3C Verifiable Credentials
And all subjects in the credentials can be resolved to valid W3C DID Documents
2 changes: 1 addition & 1 deletion apps/acceptance/src/e2e/revocation.feature
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Feature: Revoking ID and Ethereum Address Binding
Given I am on the "revocation-page"
And I have a credential that binds my ID with an Ethereum address

Scenario: User initiates the revocation process
Scenario: Displaying QR Code Interface for Revocation Process
When I enter my ID
And I click on "next"
Then the "qr-code-interface" should be presented
Expand Down

0 comments on commit 6c57f25

Please sign in to comment.