Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions mobile/.maestro/send-spark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,29 +34,8 @@ jsEngine: graaljs
# ok, balance copied, lets send it so hardcoded address from our 2nd account
- tapOn:
id: 'SendButton'
- tapOn:
id: 'send-address-input'
# split into chunks - single 68-char inputText hangs iOS WDA (port 7001) on CI
- inputText: 'spark1pgssyjcyyyp'
- runFlow:
file: subflows/sleep.yml
env:
TIMEOUT: 1000
- inputText: 'uufme5g6n4rg7avcx'
- runFlow:
file: subflows/sleep.yml
env:
TIMEOUT: 1000
- inputText: 'kx029am5ccpfn63d5'
- runFlow:
file: subflows/sleep.yml
env:
TIMEOUT: 1000
- inputText: 'ryr6d308m0j4akqhx'
- runFlow:
file: subflows/sleep.yml
env:
TIMEOUT: 1000
file: subflows/input-spark-address.yml
- tapOn:
id: 'send-address-next-button'
- waitForAnimationToEnd
Expand Down
22 changes: 1 addition & 21 deletions mobile/.maestro/send-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,8 @@ jsEngine: graaljs
# ok, balance copied, lets send it so hardcoded address from our 2nd account
- tapOn:
id: 'token-row-btkn1mjpzcvak0mk9xv4kjdztwl6udk5rkgzetyz4qdz8375mk0wpvpqqe0alhv'
- tapOn:
id: 'send-address-input'
- inputText: 'spark1pgssyjcyyyp'
- runFlow:
file: subflows/sleep.yml
env:
TIMEOUT: 1000
- inputText: 'uufme5g6n4rg7avcx'
- runFlow:
file: subflows/sleep.yml
env:
TIMEOUT: 1000
- inputText: 'kx029am5ccpfn63d5'
- runFlow:
file: subflows/sleep.yml
env:
TIMEOUT: 1000
- inputText: 'ryr6d308m0j4akqhx'
- runFlow:
file: subflows/sleep.yml
env:
TIMEOUT: 1000
file: subflows/input-spark-address.yml
- tapOn:
id: 'send-address-next-button'
- waitForAnimationToEnd
Expand Down
29 changes: 29 additions & 0 deletions mobile/.maestro/subflows/input-spark-address.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
appId: com.layerzwallet.mobile
---
# Chunked entry: one long inputText hangs iOS WDA on CI. eraseText: 1 primes the field after tapOn
# (Maestro/Android can drop leading characters on the first inputText otherwise).
- tapOn:
id: 'send-address-input'
- waitForAnimationToEnd
- eraseText: 1
- inputText: 'spark1pgssyjcyyyp'
- runFlow:
file: sleep.yml
env:
TIMEOUT: 1000
- inputText: 'uufme5g6n4rg7avcx'
- runFlow:
file: sleep.yml
env:
TIMEOUT: 1000
- inputText: 'kx029am5ccpfn63d5'
- runFlow:
file: sleep.yml
env:
TIMEOUT: 1000
- inputText: 'ryr6d308m0j4akqhx'
- runFlow:
file: sleep.yml
env:
TIMEOUT: 1000
- assertNotVisible: 'Invalid address'
Loading