diff --git a/flows/addNewKey.yaml b/flows/addNewKey.yaml index 1e9cec961..15a6bd24e 100644 --- a/flows/addNewKey.yaml +++ b/flows/addNewKey.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - tapOn: id: 'btn_Manage\nKeys' diff --git a/flows/addwallet.yaml b/flows/addwallet.yaml index 38c897339..aea62024e 100644 --- a/flows/addwallet.yaml +++ b/flows/addwallet.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - assertTrue: ${output.text_HotWallet = "1 Wallet"} - assertVisible: diff --git a/flows/appsettings.yaml b/flows/appsettings.yaml index 0f77ee067..29e052a30 100644 --- a/flows/appsettings.yaml +++ b/flows/appsettings.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- # - runFlow: login.yaml - tapOn: diff --git a/flows/appsettings_toggles.yaml b/flows/appsettings_toggles.yaml index fa150af6b..219d37e75 100644 --- a/flows/appsettings_toggles.yaml +++ b/flows/appsettings_toggles.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- # Happy-path: toggle dark mode on then off inside App Settings and navigate back. - tapOn: diff --git a/flows/buyBTC.yaml b/flows/buyBTC.yaml index c6d83fb97..dd4a1f400 100644 --- a/flows/buyBTC.yaml +++ b/flows/buyBTC.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - tapOn: id: 'view_wallet_0' diff --git a/flows/copywalletaddress.yaml b/flows/copywalletaddress.yaml index b36072bf5..a44608e57 100644 --- a/flows/copywalletaddress.yaml +++ b/flows/copywalletaddress.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- # - runFlow: login.yaml - tapOn: diff --git a/flows/editwallet.yaml b/flows/editwallet.yaml index d3ae9c288..9eeb1085d 100644 --- a/flows/editwallet.yaml +++ b/flows/editwallet.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - runFlow: login.yaml - tapOn: diff --git a/flows/editwalletdetails.yaml b/flows/editwalletdetails.yaml index 919e1e9fc..b63ef2b13 100644 --- a/flows/editwalletdetails.yaml +++ b/flows/editwalletdetails.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- # - runFlow: login.yaml - tapOn: diff --git a/flows/exportseed.yaml b/flows/exportseed.yaml index c3bdb9911..95053c42a 100644 --- a/flows/exportseed.yaml +++ b/flows/exportseed.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - tapOn: id: 'btn_App_Backup' diff --git a/flows/exportseed_wrong_pin.yaml b/flows/exportseed_wrong_pin.yaml index ba52db4f5..3d5831cfd 100644 --- a/flows/exportseed_wrong_pin.yaml +++ b/flows/exportseed_wrong_pin.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- # Negative-path: entering the wrong PIN on the seed-export passcode screen # should not reveal the recovery phrase and should stay on the passcode screen. diff --git a/flows/healthCheckKey.yaml b/flows/healthCheckKey.yaml index c5bba973b..f9640bace 100644 --- a/flows/healthCheckKey.yaml +++ b/flows/healthCheckKey.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - tapOn: id: 'btn_Manage\nKeys' diff --git a/flows/hidendeletekey.yaml b/flows/hidendeletekey.yaml index cd27efbd4..26631fe25 100644 --- a/flows/hidendeletekey.yaml +++ b/flows/hidendeletekey.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - tapOn: id: 'btn_Manage\nKeys' diff --git a/flows/keySetting.yaml b/flows/keySetting.yaml index df63ceeeb..ff4a288a8 100644 --- a/flows/keySetting.yaml +++ b/flows/keySetting.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - tapOn: id: 'btn_Manage\nKeys' diff --git a/flows/login.yaml b/flows/login.yaml index fa6336582..603b55dd5 100644 --- a/flows/login.yaml +++ b/flows/login.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - extendedWaitUntil: visible: 'Enter your passcode' diff --git a/flows/login_wrong_pin.yaml b/flows/login_wrong_pin.yaml index d11a7c600..7ad678629 100644 --- a/flows/login_wrong_pin.yaml +++ b/flows/login_wrong_pin.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- # Negative-path: verify that an incorrect PIN shows an error, then log in with the correct PIN. - extendedWaitUntil: diff --git a/flows/newapp.yaml b/flows/newapp.yaml index a2c18a6da..e39aec15a 100644 --- a/flows/newapp.yaml +++ b/flows/newapp.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - runFlow: setpin.yaml - extendedWaitUntil: diff --git a/flows/receive.yaml b/flows/receive.yaml index 397494387..143ef5ef6 100644 --- a/flows/receive.yaml +++ b/flows/receive.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - tapOn: id: 'view_wallet_0' diff --git a/flows/receive_address_display.yaml b/flows/receive_address_display.yaml index 8aa61f5c6..479b3986a 100644 --- a/flows/receive_address_display.yaml +++ b/flows/receive_address_display.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- # Happy-path: open the receive screen, verify the QR code area and address # are visible, copy the address, verify the success toast, then navigate back. diff --git a/flows/receivesats.yaml b/flows/receivesats.yaml index d2c5cbd28..c8029861a 100644 --- a/flows/receivesats.yaml +++ b/flows/receivesats.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- # - runFlow: login.yaml - tapOn: diff --git a/flows/refreshwallet.yaml b/flows/refreshwallet.yaml index 61fc93321..905f3cb9a 100644 --- a/flows/refreshwallet.yaml +++ b/flows/refreshwallet.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - swipe: from: diff --git a/flows/regression_full.yaml b/flows/regression_full.yaml index e058f7b29..cf578002e 100644 --- a/flows/regression_full.yaml +++ b/flows/regression_full.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- # Full regression suite — runs all major happy-path flows followed by # the most critical negative-path flows in sequence. diff --git a/flows/sanity.yaml b/flows/sanity.yaml index 8bac3e611..eb96b1093 100644 --- a/flows/sanity.yaml +++ b/flows/sanity.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - runFlow: newapp.yaml - runFlow: addwallet.yaml diff --git a/flows/send.yaml b/flows/send.yaml index 4a8a00b75..e0b7defc7 100644 --- a/flows/send.yaml +++ b/flows/send.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - tapOn: id: 'view_wallet_0' diff --git a/flows/send_cancel.yaml b/flows/send_cancel.yaml index 60cb113f7..f2f6f6498 100644 --- a/flows/send_cancel.yaml +++ b/flows/send_cancel.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- # Negative-path: tap the back button at the address-entry step of a Send flow # to verify the user is returned cleanly to the wallet screen. diff --git a/flows/send_empty_amount.yaml b/flows/send_empty_amount.yaml index 15ef2074d..938df7c27 100644 --- a/flows/send_empty_amount.yaml +++ b/flows/send_empty_amount.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- # Negative-path: submitting the amount screen with an empty amount field # should not advance to the fee/confirmation screen. diff --git a/flows/send_invalid_address.yaml b/flows/send_invalid_address.yaml index e24fa026c..677f69fcd 100644 --- a/flows/send_invalid_address.yaml +++ b/flows/send_invalid_address.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- # Negative-path: entering a non-Bitcoin string as the send address should # not advance to the amount screen. After verifying the error the flow diff --git a/flows/setpin.yaml b/flows/setpin.yaml index 2fa4114c3..26d43fdc4 100644 --- a/flows/setpin.yaml +++ b/flows/setpin.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - extendedWaitUntil: visible: 'Create a passcode' diff --git a/flows/setpin_mismatch.yaml b/flows/setpin_mismatch.yaml index 6071eb409..06006576a 100644 --- a/flows/setpin_mismatch.yaml +++ b/flows/setpin_mismatch.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- # Negative-path: dedicated passcode-mismatch test that runs independently of # the full onboarding flow. Verifies the mismatch error UI and clear behaviour. diff --git a/flows/subscription.yaml b/flows/subscription.yaml index 7236f114a..ea81956ec 100644 --- a/flows/subscription.yaml +++ b/flows/subscription.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - assertVisible: id: 'btn_choosePlan' diff --git a/flows/versionhistory.yaml b/flows/versionhistory.yaml index 6642c91e4..f7a289ebd 100644 --- a/flows/versionhistory.yaml +++ b/flows/versionhistory.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - tapOn: id: 'view_Version_History' diff --git a/flows/viewwallet.yaml b/flows/viewwallet.yaml index b8a84bd0c..f5935f971 100644 --- a/flows/viewwallet.yaml +++ b/flows/viewwallet.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- # - runFlow: login.yaml - tapOn: diff --git a/flows/walletSetting.yaml b/flows/walletSetting.yaml index 1765dd80f..bcc4bfa47 100644 --- a/flows/walletSetting.yaml +++ b/flows/walletSetting.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- - tapOn: id: 'view_wallet_0' diff --git a/flows/wallet_creation_cancel.yaml b/flows/wallet_creation_cancel.yaml index 6a41de6d5..b59cf9c62 100644 --- a/flows/wallet_creation_cancel.yaml +++ b/flows/wallet_creation_cancel.yaml @@ -1,4 +1,4 @@ -appId: ${APPID} +appId: io.hexawallet.keeper --- # Negative-path: start the wallet creation wizard and cancel at the # transfer-policy screen to verify the user lands back on the home screen