Updated Ragger
This commit is contained in:
@@ -59,4 +59,4 @@ def settings_toggle(fw: Firmware, nav: Navigator, to_toggle: list[SettingID]):
|
||||
if setting in to_toggle:
|
||||
moves += [NavIns(NavInsID.TOUCH, get_setting_position(fw.device, setting))]
|
||||
moves += [NavInsID.EXIT_HEADER_TAP]
|
||||
nav.navigate(moves)
|
||||
nav.navigate(moves, screen_change_before_first_instruction=False)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ragger[speculos]>=1.6.0,<1.7.0
|
||||
ragger[speculos]>=1.7.0,<1.8.0
|
||||
pytest
|
||||
ecdsa
|
||||
simple-rlp
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user