mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-20 00:31:00 +00:00
chore: migrate git dependencies to Gitea mirror (git.pezkuwichain.io)
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
appId: io.pezkuwichain.wallet
|
||||
name: "E2E: Onboarding Flow"
|
||||
---
|
||||
# Welcome Screen
|
||||
- assertVisible: "Pezkuwi"
|
||||
- assertVisible: "Create Wallet"
|
||||
|
||||
# Language Selection (if visible)
|
||||
- tapOn:
|
||||
text: "English"
|
||||
optional: true
|
||||
|
||||
# Navigate to Wallet Setup
|
||||
- tapOn: "Create Wallet"
|
||||
|
||||
# Wallet Setup Screen
|
||||
- assertVisible: "Create"
|
||||
- assertVisible: "Import"
|
||||
|
||||
# Create a new wallet
|
||||
- tapOn:
|
||||
text: "Create New Wallet"
|
||||
|
||||
# Mnemonic should be shown
|
||||
- assertVisible: "Recovery Phrase"
|
||||
|
||||
# Confirm mnemonic
|
||||
- tapOn: "I've saved it"
|
||||
|
||||
# Should reach wallet screen
|
||||
- assertVisible: "HEZ"
|
||||
- assertVisible: "PEZ"
|
||||
Reference in New Issue
Block a user