You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: journeys/hardware-wallet/connect-flow.xml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -24,25 +24,25 @@
24
24
Tap the "Add Hardware Wallet" button (testTag "AddHardwareWallet")
25
25
</action>
26
26
<action>
27
-
Verify a bottom sheet opens titled "Hardware Wallet" (testTag "HwIntroScreen"); tap the "Continue" button
27
+
Verify a bottom sheet opens titled "Hardware Wallet" (testTag "HardwareWalletIntroScreen"); tap the "Continue" button (testTag "HardwareWalletIntroContinue")
28
28
</action>
29
29
<action>
30
-
Verify the sheet advances to the "Connect Device" step (testTag "HwSearchingScreen") headed "Searching for devices"
30
+
Verify the sheet advances to the "Connect Device" step (testTag "HardwareWalletSearchingScreen") headed "Searching for devices"
31
31
</action>
32
32
<action>
33
33
If Android shows a Nearby devices/Bluetooth permission prompt or Bluetooth enable prompt, allow it and continue waiting on the Searching step
34
34
</action>
35
35
<action>
36
-
Verify the sheet advances to the "Found Device" step (testTag "HwFoundScreen") headed "Found Trezor" within 15 seconds, then tap "Connect"
36
+
Verify the sheet advances to the "Found Device" step (testTag "HardwareWalletFoundScreen") headed "Found Trezor" within 15 seconds, then tap "Connect" (testTag "HardwareWalletFoundConnect")
37
37
</action>
38
38
<action>
39
-
Verify the sheet advances to the "Device Connected" step (testTag "HwPairedScreen") headed "Paired Trezor", showing a balance and an editable "Label Funds" field, with no PIN or pairing prompt
39
+
Verify the sheet advances to the "Device Connected" step (testTag "HardwareWalletPairedScreen") headed "Paired Trezor", showing a balance and an editable "Label Funds" field, with no PIN or pairing prompt
40
40
</action>
41
41
<action>
42
-
Clear the "Label Funds" field (testTag "HwPairedLabelField") and type "My Trezor"
42
+
Clear the "Label Funds" field (testTag "HardwareWalletLabelInput") and type "My Trezor"
43
43
</action>
44
44
<action>
45
-
Tap the "Finish" button (testTag "HwPairedFinish") and verify the sheet closes back to the Hardware Wallets screen
45
+
Tap the "Finish" button (testTag "HardwareWalletPairedFinish") and verify the sheet closes back to the Hardware Wallets screen
46
46
</action>
47
47
<action>
48
48
Verify the Hardware Wallets screen now lists one paired device named "My Trezor" with a green connection indicator
Copy file name to clipboardExpand all lines: journeys/hardware-wallet/settings-hardware-wallets.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
Tap the "Add Hardware Wallet" button near the bottom (testTag "AddHardwareWallet")
31
31
</action>
32
32
<action>
33
-
Verify a bottom sheet opens titled "Hardware Wallet" (testTag "HwIntroScreen") showing hardware device illustrations, then press Android back and verify the sheet closes back to the Hardware Wallets screen
33
+
Verify a bottom sheet opens titled "Hardware Wallet" (testTag "HardwareWalletIntroScreen") showing hardware device illustrations, then press Android back and verify the sheet closes back to the Hardware Wallets screen
Verify the headline reads "Add your hardware wallet" with the words "hardware wallet" in blue
33
33
</action>
34
34
<action>
35
-
Tap the "Continue" button and verify the sheet advances to the "Connect Device" step headed "Searching for devices", showing a loading animation and a "Cancel" button
35
+
Tap the "Continue" button (testTag "HardwareWalletIntroContinue") and verify the sheet advances to the "Connect Device" step (testTag "HardwareWalletSearchingScreen") headed "Searching for devices", showing a loading animation and a "Cancel" button (testTag "HardwareWalletSearchingCancel")
36
36
</action>
37
37
<action>
38
38
If Android shows a Nearby devices/Bluetooth permission prompt or Bluetooth enable prompt, allow it and continue waiting on the Searching step
39
39
</action>
40
40
<action>
41
-
Verify the sheet advances to the "Found Device" step within 15 seconds, headed "Found Trezor" with a "Connect" button
41
+
Verify the sheet advances to the "Found Device" step (testTag "HardwareWalletFoundScreen") within 15 seconds, headed "Found Trezor" with a "Connect" button
42
42
</action>
43
43
<action>
44
-
Tap the "Connect" button
44
+
Tap the "Connect" button (testTag "HardwareWalletFoundConnect")
45
45
</action>
46
46
<action>
47
-
Verify the sheet advances to the "Device Connected" step headed "Paired Trezor" within 15 seconds, showing a balance and an editable "Label Funds" field defaulting to the device name, with no PIN or pairing prompt
47
+
Verify the sheet advances to the "Device Connected" step (testTag "HardwareWalletPairedScreen") headed "Paired Trezor" within 15 seconds, showing a balance and an editable "Label Funds" field (testTag "HardwareWalletLabelInput") defaulting to the device name, with no PIN or pairing prompt
48
48
</action>
49
49
<action>
50
-
Tap the "Finish" button and verify the sheet closes back to the home screen
50
+
Tap the "Finish" button (testTag "HardwareWalletPairedFinish") and verify the sheet closes back to the home screen
51
51
</action>
52
52
<action>
53
53
Verify the hardware wallet tile reappears beneath the SAVINGS and SPENDING tiles with the device name and a green connection indicator
0 commit comments