chore: migrate git dependencies to Gitea mirror (git.pezkuwichain.io)

This commit is contained in:
2026-04-21 18:52:54 +03:00
parent 95bf48f240
commit 672682558f
947 changed files with 91913 additions and 12 deletions
+32
View File
@@ -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"