From 57964ee6d6c3cd0fe0c9e351880da3921c515809 Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:26:08 +0200 Subject: [PATCH] Update speculos automation strings --- .../src/__tests__/automations/register_wallet_accept.json | 2 +- .../src/__tests__/automations/sign_with_wallet_accept.json | 2 +- tests/automations/register_wallet_accept.json | 2 +- tests/automations/register_wallet_reject.json | 2 +- tests/automations/sign_with_wallet_accept.json | 2 +- tests/automations/sign_with_wallet_external_inputs_accept.json | 2 +- .../sign_with_wallet_missing_nonwitnessutxo_accept.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitcoin_client_js/src/__tests__/automations/register_wallet_accept.json b/bitcoin_client_js/src/__tests__/automations/register_wallet_accept.json index 307c9071e..9f819ed75 100644 --- a/bitcoin_client_js/src/__tests__/automations/register_wallet_accept.json +++ b/bitcoin_client_js/src/__tests__/automations/register_wallet_accept.json @@ -2,7 +2,7 @@ "version": 1, "rules": [ { - "regexp": "Register account|Wallet name|Wallet policy|Key", + "regexp": "Register account|Account name|Wallet policy|Key", "actions": [ ["button", 2, true], ["button", 2, false] diff --git a/bitcoin_client_js/src/__tests__/automations/sign_with_wallet_accept.json b/bitcoin_client_js/src/__tests__/automations/sign_with_wallet_accept.json index 81c5db84c..488dc288c 100644 --- a/bitcoin_client_js/src/__tests__/automations/sign_with_wallet_accept.json +++ b/bitcoin_client_js/src/__tests__/automations/sign_with_wallet_accept.json @@ -2,7 +2,7 @@ "version": 1, "rules": [ { - "regexp": "Spend from|Wallet name|Review|Amount|Address|Fees", + "regexp": "Spend from|Account name|Review|Amount|Address|Fees", "actions": [ ["button", 2, true], ["button", 2, false] diff --git a/tests/automations/register_wallet_accept.json b/tests/automations/register_wallet_accept.json index 5daf47b0d..8a18e6899 100644 --- a/tests/automations/register_wallet_accept.json +++ b/tests/automations/register_wallet_accept.json @@ -2,7 +2,7 @@ "version": 1, "rules": [ { - "regexp": "Register account|Wallet name|Wallet policy|Key", + "regexp": "Register account|Account name|Wallet policy|Key", "actions": [ ["button", 2, true], ["button", 2, false], diff --git a/tests/automations/register_wallet_reject.json b/tests/automations/register_wallet_reject.json index fef5eaf51..9824dbe8b 100644 --- a/tests/automations/register_wallet_reject.json +++ b/tests/automations/register_wallet_reject.json @@ -2,7 +2,7 @@ "version": 1, "rules": [ { - "regexp": "Register account|Wallet name|Wallet policy|Key|Approve|Cancel", + "regexp": "Register account|Account name|Wallet policy|Key|Approve|Cancel", "actions": [ ["button", 2, true], ["button", 2, false], diff --git a/tests/automations/sign_with_wallet_accept.json b/tests/automations/sign_with_wallet_accept.json index 2fbf27285..e3bdf96c3 100644 --- a/tests/automations/sign_with_wallet_accept.json +++ b/tests/automations/sign_with_wallet_accept.json @@ -2,7 +2,7 @@ "version": 1, "rules": [ { - "regexp": "Spend from|Wallet name|Review|Amount|Address|Confirm|Fees", + "regexp": "Spend from|Account name|Review|Amount|Address|Confirm|Fees", "actions": [ ["button", 2, true], ["button", 2, false] diff --git a/tests/automations/sign_with_wallet_external_inputs_accept.json b/tests/automations/sign_with_wallet_external_inputs_accept.json index 90bc0e358..71ce594bf 100644 --- a/tests/automations/sign_with_wallet_external_inputs_accept.json +++ b/tests/automations/sign_with_wallet_external_inputs_accept.json @@ -8,7 +8,7 @@ ] }, { - "regexp": "Spend from|Wallet name|There are|Reject if you['-]re|Review|Amount|Address|Confirm|Fees", + "regexp": "Spend from|Account name|There are|Reject if you['-]re|Review|Amount|Address|Confirm|Fees", "actions": [ ["button", 2, true], ["button", 2, false] diff --git a/tests/automations/sign_with_wallet_missing_nonwitnessutxo_accept.json b/tests/automations/sign_with_wallet_missing_nonwitnessutxo_accept.json index 33fd80cad..d8cd25720 100644 --- a/tests/automations/sign_with_wallet_missing_nonwitnessutxo_accept.json +++ b/tests/automations/sign_with_wallet_missing_nonwitnessutxo_accept.json @@ -35,7 +35,7 @@ ] }, { - "regexp": "Unverified|Update|or third party|Spend from|Wallet name|Review|Amount|Address|Confirm|Fees", + "regexp": "Unverified|Update|or third party|Spend from|Account name|Review|Amount|Address|Confirm|Fees", "actions": [ ["button", 2, true], ["button", 2, false]