mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-13 20:21:01 +00:00
chore: migrate git dependencies to Gitea mirror (git.pezkuwichain.io)
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
appId: io.pezkuwichain.wallet
|
||||
name: "E2E: Send Transaction Flow"
|
||||
---
|
||||
# Wallet Screen
|
||||
- assertVisible: "HEZ"
|
||||
|
||||
# Tap Send button
|
||||
- tapOn:
|
||||
text: "Send"
|
||||
index: 0
|
||||
|
||||
# Send Screen
|
||||
- assertVisible: "Recipient Address"
|
||||
- assertVisible: "Amount"
|
||||
|
||||
# Enter recipient address
|
||||
- tapOn:
|
||||
id: "Recipient wallet address"
|
||||
- inputText: "5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty"
|
||||
|
||||
# Enter amount
|
||||
- tapOn:
|
||||
id: "Amount of HEZ to send"
|
||||
- inputText: "0.001"
|
||||
|
||||
# Fee should appear
|
||||
- assertVisible:
|
||||
text: "Estimated Fee"
|
||||
optional: true
|
||||
|
||||
# Send button should be enabled
|
||||
- assertVisible: "Send HEZ"
|
||||
|
||||
# Go back (don't actually send in E2E test)
|
||||
- back
|
||||
Reference in New Issue
Block a user