Skip to content

Commit 8372a73

Browse files
committed
test: handle hw transfer intro
1 parent c0274e3 commit 8372a73

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

journeys/hardware-wallet/detail-overview.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Verify the hardware wallet detail screen opens (testTag "HardwareWalletScreen"), showing the device name with a blue bitcoin icon in the top bar and a balance header
1818
</action>
1919
<action>
20-
If a "Transfer To Spending" button is shown (testTag "HardwareTransferToSpending"), tap it, verify the transfer amount screen opens (testTag "HardwareTransferAmount") titled "TRANSFER TO SPENDING", then navigate back to the hardware wallet detail screen; otherwise skip this step
20+
If a "Transfer To Spending" button is shown (testTag "HardwareTransferToSpending"), tap it; if the first-run Transfer To Spending intro appears, tap "Get Started"; verify the transfer amount screen opens (testTag "HardwareTransferAmount") titled "TRANSFER TO SPENDING", then navigate back to the hardware wallet detail screen; otherwise skip this step
2121
</action>
2222
<action>
2323
If the activity list shows transactions, verify their circular icons are blue, then tap the first one, verify an activity detail screen opens, and navigate back

journeys/hardware-wallet/transfer-to-spending-max-lsp-cap.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<action>
2020
Tap the "Transfer To Spending" button (testTag "HardwareTransferToSpending")
2121
</action>
22+
<action>
23+
If the first-run Transfer To Spending intro appears, tap "Get Started"
24+
</action>
2225
<action>
2326
Verify the transfer amount screen opens (testTag "HardwareTransferAmount"), titled "TRANSFER TO SPENDING", and the AVAILABLE amount is lower than the hardware wallet balance because it is capped by LSP headroom
2427
</action>

journeys/hardware-wallet/transfer-to-spending-node-warmup.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<action>
2222
Verify the transfer amount screen or loading/progress UI appears, and no reconnect, node-not-ready, or generic failure toast is shown while the node warms up
2323
</action>
24+
<action>
25+
If the first-run Transfer To Spending intro appears, tap "Get Started"
26+
</action>
2427
<action>
2528
Tap the "25%" quick button (testTag "HardwareTransferAmountQuarter") if the amount screen is shown
2629
</action>

journeys/hardware-wallet/transfer-to-spending.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<action>
1919
Tap the "Transfer To Spending" button (testTag "HardwareTransferToSpending")
2020
</action>
21+
<action>
22+
If the first-run Transfer To Spending intro appears, tap "Get Started"
23+
</action>
2124
<action>
2225
Verify the transfer amount screen opens (testTag "HardwareTransferAmount"), titled "TRANSFER TO SPENDING", showing an AVAILABLE row, the 25% and MAX quick buttons, and a number pad
2326
</action>

0 commit comments

Comments
 (0)