Skip to content

Commit

Permalink
Add simplified utxo test for ios
Browse files Browse the repository at this point in the history
Ios can't scroll due to known issue so only test first asset

mobile-dev-inc/Maestro#1135
  • Loading branch information
paullinator committed Jul 12, 2023
1 parent 720fe94 commit 6ab09ce
Showing 1 changed file with 121 additions and 0 deletions.
121 changes: 121 additions & 0 deletions maestro/10-assets/C184035i-utxo-01.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
# Priority: Critical
# Test ID: C184035i
# Title: UTXO Assets balances load and show correctly for iOS
# Expected Result:
# 1. User is able to login and see correct balances for FIRO only
# Notes: iOS cannot properly scroll so we only validate the first asset (FIRO)

appId: ${MAESTRO_APP_ID}
tags:
- ios
- C184035
---
- runFlow:
file: ../common/launch-cleared.yaml
- runFlow:
file: ../common/#-password.yaml
env:
USERNAME: ${MAESTRO_EDGE_UTXO_USERNAME}
PASSWORD: ${MAESTRO_EDGE_UTXO_PASSWORD}


- extendedWaitUntil:
visible: FIRO
timeout: 120000
- tapOn: FIRO
- extendedWaitUntil:
visible: 0.369074 FIRO
timeout: 120000
- tapOn: Wallets

# - scrollUntilVisible:
# element: DGB
# direction: DOWN
# - tapOn: DGB
# - extendedWaitUntil:
# visible: 18.79649375 DGB
# timeout: 120000
# - tapOn: Wallets

# - scrollUntilVisible:
# element: DOGE
# direction: DOWN
# - tapOn: DOGE
# - extendedWaitUntil:
# visible: 25.81052584 DOGE
# timeout: 120000
# - tapOn: Wallets

# - scrollUntilVisible:
# element: RVN
# direction: DOWN
# - tapOn: RVN
# - extendedWaitUntil:
# visible: 22.85548 RVN
# timeout: 120000
# - tapOn: Wallets

# - scrollUntilVisible:
# element: BCH
# direction: DOWN
# - tapOn: BCH
# - extendedWaitUntil:
# visible: 0.00588867 BCH
# timeout: 120000
# - tapOn: Wallets

# - scrollUntilVisible:
# element: DASH
# direction: DOWN
# - tapOn: DASH
# - extendedWaitUntil:
# visible: 0.03081175 DASH
# timeout: 120000
# - tapOn: Wallets

# - scrollUntilVisible:
# element: QTUM
# direction: DOWN
# - tapOn: QTUM
# - extendedWaitUntil:
# visible: 0.17765112 QTUM
# timeout: 120000
# - tapOn: Wallets

# - scrollUntilVisible:
# element: BTG
# direction: DOWN
# - tapOn: BTG
# - extendedWaitUntil:
# visible: 0.05370395 BTG
# timeout: 120000
# - tapOn: Wallets

# - scrollUntilVisible:
# element: LTC
# direction: DOWN
# - tapOn: LTC
# - extendedWaitUntil:
# visible: 0.00921812 LTC
# timeout: 120000
# - tapOn: Wallets

# - scrollUntilVisible:
# element: BTC
# direction: DOWN
# - tapOn: BTC
# - extendedWaitUntil:
# visible: 0.00013643 BTC
# timeout: 120000
# - tapOn: Wallets

# - scrollUntilVisible:
# element: GRS
# direction: DOWN
# - tapOn: GRS
# - extendedWaitUntil:
# visible: 1.43161025 GRS
# timeout: 120000
# - tapOn: Wallets

- stopApp

0 comments on commit 6ab09ce

Please # to comment.