Files
pwap/mobile/.maestro/05-settings-network.yaml
T

29 lines
525 B
YAML

appId: io.pezkuwichain.wallet
name: "E2E: Settings & Network Switch"
---
# From wallet screen
- assertVisible: "HEZ"
# Tap network selector
- tapOn:
text: "Pezkuwi Mainnet"
optional: true
# Network selector modal should open
- assertVisible:
text: "Select Network"
optional: true
# Networks should be listed
- assertVisible:
text: "Pezkuwi Mainnet"
optional: true
- assertVisible:
text: "Dicle Testnet"
optional: true
# Close without changing
- tapOn:
text: "Close"
optional: true