diff --git a/apps/mobile/maestro/flows/receive.yaml b/apps/mobile/maestro/flows/receive.yaml new file mode 100644 index 000000000..6fd110404 --- /dev/null +++ b/apps/mobile/maestro/flows/receive.yaml @@ -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' diff --git a/apps/mobile/maestro/flows/send.yaml b/apps/mobile/maestro/flows/send.yaml new file mode 100644 index 000000000..761494163 --- /dev/null +++ b/apps/mobile/maestro/flows/send.yaml @@ -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'