Skip to content

Commit

Permalink
Fix stax accept text
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Nov 24, 2023
1 parent 9ffd963 commit c285422
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/python/apps/tezos_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,11 @@ def sign_message(self, ins: INS = INS.SIGN_WITH_HASH, message: bytes = b"") -> R
if self._backend.firmware.is_nano:
navigate_instruction = NavInsID.RIGHT_CLICK
validation_instructions = [NavInsID.BOTH_CLICK]
text="Accept"
else:
navigate_instruction = NavInsID.USE_CASE_REVIEW_TAP
validation_instructions = [NavInsID.USE_CASE_REVIEW_CONFIRM]
text="Accept"
text="Sign"
self._exchange_navigation_helper.\
_navigator.\
navigate_until_text_and_compare(navigate_instruction,
Expand Down

0 comments on commit c285422

Please sign in to comment.