Skip to content

Commit ba4b74e

Browse files
rjrs2kpaullinator
authored andcommitted
maestro new tests batch 2
fix dot to include all tag
1 parent 6a1087f commit ba4b74e

16 files changed

+771
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# Priority: Critical
2+
# Test ID: C702
3+
# Title: Change PW - Able to change PW and login
4+
# Expected Result:
5+
# 1. Able to change PW and login with new PW and then set to old PW and login with old PW
6+
7+
appId: ${MAESTRO_APP_ID}
8+
tags:
9+
- android
10+
- C702
11+
---
12+
- runFlow:
13+
file: ../common/launch-cleared.yaml
14+
- runFlow:
15+
file: ../common/login-password.yaml
16+
env:
17+
USERNAME: ${MAESTRO_EDGE_MUTATE_CHANGEPW_USERNAME}
18+
PASSWORD: ${MAESTRO_EDGE_MUTATE_CHANGEPW_PASSWORD}
19+
20+
- extendedWaitUntil:
21+
visible: "Wallets"
22+
timeout: 120000
23+
- tapOn:
24+
id: "sideMenuButton"
25+
- tapOn: "Settings"
26+
- tapOn: "Tap to Unlock Account Settings"
27+
- inputText: "Bluetable01"
28+
- tapOn: "Submit"
29+
- tapOn: "Change Password"
30+
- inputText: "Bluetable02"
31+
- tapOn: "Confirm Password"
32+
- inputText: "Bluetable02"
33+
- tapOn: "Back"
34+
- tapOn: "Done"
35+
- assertVisible: "Password Changed"
36+
- tapOn: "OK"
37+
- tapOn:
38+
id: "sideMenuButton"
39+
- tapOn: "Logout"
40+
- tapOn: "Exit PIN"
41+
- tapOn: "Password"
42+
- inputText: "Bluetable02"
43+
- tapOn: "Login"
44+
- extendedWaitUntil:
45+
visible: "Wallets"
46+
timeout: 120000
47+
- tapOn:
48+
id: "sideMenuButton"
49+
- tapOn: "Settings"
50+
- tapOn: "Tap to Unlock Account Settings"
51+
- inputText: "Bluetable02"
52+
- tapOn: "Submit"
53+
- tapOn: "Change Password"
54+
- inputText: "Bluetable01"
55+
- tapOn: "Confirm Password"
56+
- inputText: "Bluetable01"
57+
- tapOn: "Back"
58+
- tapOn: "Done"
59+
- assertVisible: "Password Changed"
60+
- tapOn: "OK"
61+
- tapOn:
62+
id: "sideMenuButton"
63+
- tapOn: "Logout"
64+
- tapOn: "Exit PIN"
65+
- tapOn: "Password"
66+
- inputText: "Bluetable01"
67+
- tapOn: "Login"
68+
- extendedWaitUntil:
69+
visible: "Wallets"
70+
timeout: 120000
71+
72+
- stopApp
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# Priority: Critical
2+
# Test ID: C703
3+
# Title: Change PIN - Able to change PIN and login
4+
# Expected Result:
5+
# 1. Able to change PIN and login with new PIN and then set to old PIN and login with old PIN
6+
7+
appId: ${MAESTRO_APP_ID}
8+
tags:
9+
- android
10+
- C703
11+
---
12+
- runFlow:
13+
file: ../common/launch-cleared.yaml
14+
- runFlow:
15+
file: ../common/login-password.yaml
16+
env:
17+
USERNAME: ${MAESTRO_EDGE_MUTATE_CHANGEPIN_USERNAME}
18+
PASSWORD: ${MAESTRO_EDGE_MUTATE_CHANGEPIN_PASSWORD}
19+
20+
- extendedWaitUntil:
21+
visible: "Wallets"
22+
timeout: 120000
23+
- tapOn:
24+
id: "sideMenuButton"
25+
- tapOn: "Settings"
26+
- tapOn: "Tap to Unlock Account Settings"
27+
- inputText: "Bluetable01"
28+
- tapOn: "Submit"
29+
- tapOn: "Change PIN"
30+
- tapOn: "2"
31+
- tapOn: "2"
32+
- tapOn: "2"
33+
- tapOn: "2"
34+
- tapOn: "Back"
35+
- tapOn: "Done"
36+
- assertVisible: "PIN Changed"
37+
- tapOn: "OK"
38+
- tapOn:
39+
id: "sideMenuButton"
40+
- tapOn: "Logout"
41+
- tapOn: "2"
42+
- tapOn: "2"
43+
- tapOn: "2"
44+
- tapOn: "2"
45+
- extendedWaitUntil:
46+
visible: "Wallets"
47+
timeout: 120000
48+
- tapOn:
49+
id: "sideMenuButton"
50+
- tapOn: "Settings"
51+
- tapOn: "Tap to Unlock Account Settings"
52+
- inputText: "Bluetable01"
53+
- tapOn: "Submit"
54+
- tapOn: "Change PIN"
55+
- tapOn: "1"
56+
- tapOn: "1"
57+
- tapOn: "1"
58+
- tapOn: "1"
59+
- tapOn: "Back"
60+
- tapOn: "Done"
61+
- tapOn: "OK"
62+
- tapOn:
63+
id: "sideMenuButton"
64+
- tapOn: "Logout"
65+
- tapOn: "1"
66+
- tapOn: "1"
67+
- tapOn: "1"
68+
- tapOn: "1"
69+
- extendedWaitUntil:
70+
visible: "Wallets"
71+
timeout: 120000
72+
73+
- stopApp
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
# Priority: Critical
2+
# Test ID: C826
3+
# Title: Buy Scene - No crash going into each USA supported Buy Partner
4+
# Expected Result:
5+
# 1. User is able to access each supported Buy Partner in the USA without crashing
6+
7+
appId: ${MAESTRO_APP_ID}
8+
tags:
9+
- android
10+
- C826
11+
---
12+
- runFlow:
13+
file: ../common/launch-cleared.yaml
14+
- runFlow:
15+
file: ../common/login-password.yaml
16+
env:
17+
USERNAME: ${MAESTRO_EDGE_USA_PARTNERS_USERNAME}
18+
PASSWORD: ${MAESTRO_EDGE_USA_PARTNERS_PASSWORD}
19+
20+
- extendedWaitUntil:
21+
visible: Buy
22+
timeout: 120000
23+
- tapOn: "Buy"
24+
- extendedWaitUntil:
25+
visible: Google Pay
26+
timeout: 120000
27+
- tapOn: "Google Pay"
28+
- extendedWaitUntil:
29+
visible: My Bitcoin
30+
timeout: 120000
31+
- tapOn: "My Bitcoin"
32+
- tapOn: "Tap to Change Provider"
33+
- extendedWaitUntil:
34+
visible: Simplex
35+
timeout: 120000
36+
- tapOn:
37+
text: "Simplex"
38+
index: 0
39+
- tapOn: "Next"
40+
- extendedWaitUntil:
41+
visible: Order Summary
42+
timeout: 120000
43+
- tapOn: "Close tab"
44+
- tapOn: "Tap to Change Provider"
45+
- tapOn: "Moonpay"
46+
- tapOn: "Next"
47+
- assertVisible: "Checkout with MoonPay"
48+
- tapOn: "Close tab"
49+
- tapOn: "Tap to Change Provider"
50+
- tapOn: "Banxa"
51+
- tapOn: "Next"
52+
- assertVisible: "Let's verify your details."
53+
- tapOn: "Close tab"
54+
- tapOn:
55+
id: "chevronBack"
56+
- tapOn: "Credit and Debit Card"
57+
- tapOn: "My Bitcoin"
58+
- tapOn: "Tap to Change Provider"
59+
- tapOn:
60+
text: "Simplex"
61+
index: 0
62+
- tapOn: "Next"
63+
- assertVisible: "Order summary"
64+
- tapOn: "Close tab"
65+
- tapOn: "Tap to Change Provider"
66+
- tapOn: "Moonpay"
67+
- tapOn: "Next"
68+
- assertVisible: "Checkout with MoonPay"
69+
- tapOn: "Close tab"
70+
- tapOn: "Tap to Change Provider"
71+
- tapOn: "Banxa"
72+
- tapOn: "Next"
73+
- assertVisible: "Let's verify your details."
74+
- tapOn: "Close tab"
75+
- tapOn:
76+
id: "chevronBack"
77+
- tapOn: "In-person Cash and Debit Card"
78+
- assertVisible: "LibertyX"
79+
- tapOn:
80+
id: "chevronBack"
81+
- assertVisible: "Buy Cryptocurrency"
82+
83+
- stopApp
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Priority: Critical
2+
# Test ID: C827
3+
# Title: Buy Scene - No crash going into each USA supported Sell Partner
4+
# Expected Result:
5+
# 1. User is able to access each supported Sell Partner in the USA without crashing
6+
7+
appId: ${MAESTRO_APP_ID}
8+
tags:
9+
- android
10+
- C826
11+
---
12+
- runFlow:
13+
file: ../common/launch-cleared.yaml
14+
- runFlow:
15+
file: ../common/login-password.yaml
16+
env:
17+
USERNAME: ${MAESTRO_EDGE_USA_PARTNERS_USERNAME}
18+
PASSWORD: ${MAESTRO_EDGE_USA_PARTNERS_PASSWORD}
19+
20+
- extendedWaitUntil:
21+
visible: Sell
22+
timeout: 120000
23+
- tapOn: "Sell"
24+
- extendedWaitUntil:
25+
visible: Sell Cryptocurrency
26+
timeout: 120000
27+
- tapOn: "ACH Bank Transfer"
28+
- extendedWaitUntil:
29+
visible: MoonPay
30+
timeout: 120000
31+
- tapOn:
32+
id: "chevronBack"
33+
- assertVisible: "Sell Cryptocurrency"
34+
- tapOn: "Gift Cards"
35+
- extendedWaitUntil:
36+
visible: "Bitrefill"
37+
timeout: 120000
38+
- tapOn:
39+
id: "chevronBack"
40+
- assertVisible: "Sell Cryptocurrency"
41+
42+
- stopApp

0 commit comments

Comments
 (0)