Skip to content

Commit

Permalink
ci: add tests for send / receive, ref LEA-1858
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Dec 16, 2024
1 parent 458f697 commit ec442b4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/mobile/maestro/flows/receive.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
appId: io.leather.mobilewallet
---
- launchApp
- runFlow: ../shared/clean-up.yaml
- runFlow:
file: ../shared/add-wallet.yaml
- tapOn: 'Receive'
- assertVisible: 'Select account'
- tapOn: '$0.00'
- assertVisible: 'Select asset'
- assertVisible: 'Account 1'
13 changes: 13 additions & 0 deletions apps/mobile/maestro/flows/send.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
appId: io.leather.mobilewallet
---
- launchApp
- runFlow: ../shared/clean-up.yaml
- runFlow:
file: ../shared/add-wallet.yaml
- tapOn: 'Send'
- assertVisible: 'Select account'
- tapOn: '$0.00'
- assertVisible: 'Select asset'
- tapOn: '$0.00'
- assertVisible: 'Send'
- assertVisible: 'Account 1'

0 comments on commit ec442b4

Please sign in to comment.