mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-21 23:47:56 +00:00
29 lines
525 B
YAML
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
|