Skip to content

Commit

Permalink
Update speculos automation for JS library tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Apr 5, 2024
1 parent 4348199 commit efe8138
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ],
Expand Down

0 comments on commit efe8138

Please sign in to comment.