20 lines
950 B
Gherkin
20 lines
950 B
Gherkin
Feature: Identity View JSON
|
|
|
|
Background:
|
|
Given user is onboarded with skipped password creation
|
|
|
|
Scenario: Identity View JSON - KERI default identifier JSON can be copied
|
|
Given identifier is created and user can see Card Details screen for KERI
|
|
When user tap Options button on Card Details screen
|
|
And tap View JSON option from Identity Options modal
|
|
And tap Copy JSON button on Identifier JSON modal
|
|
Then user can see toast message about copied value to clipboard
|
|
And the JSON schema is correct for KeriJson
|
|
|
|
Scenario: Identity View JSON - Done button on Identifier JSON modal of KERI default identifier works correctly
|
|
Given identifier is created and user can see Card Details screen for KERI
|
|
When user tap Options button on Card Details screen
|
|
And tap View JSON option from Identity Options modal
|
|
And user tap Done button on Identifier JSON modal
|
|
Then user can see Card Details screen for KERI
|