Given the user opens the app either for the first time, or for next time
When the user navigates through onboarding screens
Then the updated logo is displayed on all screens
Given the user opens the app for the first time
When the user navigates to the Welcome to your wallet screen
Then the following text is displayed: Secure your wallet with a PIN code and connect to your National System below the Welcome to your Wallet
Given the user opens the app for the first time
When the user navigates to the Welcome to your wallet screen
Then the Label Type a PIN is displayed above the PIN input fields
Given the user opens the app for the first time
When the user navigates to the Welcome to your wallet screen and types a PIN
Then the Next button is removed
Given the user types a PIN for a first time
When confirm PIN screen is displayed
Then this text is displayed Secure your wallet with a PIN code and connect to your National System
And Label Confirm PIN is displayed above the input fields
Given the user types a PIN for a first time
When confirm PIN screen is displayed
Then the Confirm button is removed
Given the user opens the app again after issuing a PID
When user navigates to the Home tab
Then the greeting is updated to Welcome, [Name]
| Number of Scenarios | 7 | Total Duration | 2m 4s |
| Total Number of Test Cases | 7 | Fastest Test | 16s |
| Number of Manual Test Cases | 7 | Slowest Test | 18s |
| Tests Started | Aug 04, 2026 09:10:16 | Average Execution Time | 17s |
| Tests Finished | Aug 04, 2026 09:12:21 | Total Execution Time | 2m 4s |
| ## | Scenario | Context | Steps | Result |
|---|---|---|---|---|
| User onboarding experience | Logo consistency across onboarding | 3 | ||
| User onboarding experience | Type PIN screen informational text | 3 | ||
| User onboarding experience | Type PIN screen label | 3 | ||
| User onboarding experience | Type PIN screen "Next" button removal | 3 | ||
| User onboarding experience | Confirm PIN screen informational text | 4 | ||
| User onboarding experience | Confirm PIN screen Confirm button removal | 3 | ||
| User onboarding experience | Home tab greeting updated | 3 |