mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 03:17:56 +00:00
24 lines
388 B
YAML
24 lines
388 B
YAML
appId: io.pezkuwichain.wallet
|
|
name: "E2E: Receive Screen"
|
|
---
|
|
# From wallet screen
|
|
- assertVisible: "HEZ"
|
|
|
|
# Tap Receive
|
|
- tapOn:
|
|
text: "Receive"
|
|
|
|
# Receive Screen
|
|
- assertVisible: "Receive"
|
|
- assertVisible: "Share your address"
|
|
- assertVisible: "Copy Address"
|
|
- assertVisible: "Share"
|
|
|
|
# QR code should be visible
|
|
- assertVisible:
|
|
text: "5G"
|
|
optional: true
|
|
|
|
# Go back
|
|
- back
|