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 b5ddc791..81c5db84 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,14 +2,14 @@ "version": 1, "rules": [ { - "regexp": "Spend from|Wallet name|Review|Amount|Address|Confirm|Fees", + "regexp": "Spend from|Wallet name|Review|Amount|Address|Fees", "actions": [ ["button", 2, true], ["button", 2, false] ] }, { - "regexp": "Approve|Accept", + "regexp": "Approve|Continue|Sign", "actions": [ [ "button", 1, true ], [ "button", 2, true ],