Skip to content

Commit

Permalink
test, ledger: Update automation for new message display
Browse files Browse the repository at this point in the history
  • Loading branch information
achow101 committed Mar 27, 2024
1 parent f814815 commit 858cae3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/data/speculos-automation.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
[ "setbool", "seen_msg_hash", true ]
]
},
{
"regexp": "^Message content.*",
"actions": [
[ "button", 2, true ],
[ "button", 2, false ],
[ "setbool", "seen_msg_hash", true ]
]
},
{
"text": "message",
"conditions": [
Expand Down

0 comments on commit 858cae3

Please sign in to comment.