From efe81389308654bc0dc244bfab3e721dd61b425e Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:53:04 +0200 Subject: [PATCH] Update speculos automation for JS library tests --- .../src/__tests__/automations/sign_with_wallet_accept.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 b5ddc7914..81c5db84c 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 ],