Updated Ragger

This commit is contained in:
Alexandre Paillier
2023-05-15 15:46:43 +02:00
parent 510a935e26
commit 8f4fb59ec0
3 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ def autonext(fw: Firmware, nav: Navigator):
moves = [ NavInsID.RIGHT_CLICK ]
else:
moves = [ NavInsID.USE_CASE_REVIEW_TAP ]
nav.navigate(moves)
nav.navigate(moves, screen_change_before_first_instruction=False, screen_change_after_last_instruction=False)
def test_eip712_new(firmware: Firmware,