1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-19 00:29:03 +00:00

fixup! test: update click tests

This commit is contained in:
M1nd3r 2025-03-28 11:46:07 +01:00
parent 754e7afa4f
commit a1dd131310

View File

@ -65,7 +65,7 @@ def test_hold_to_lock(device_handler: "BackgroundDeviceHandler"):
device_handler.run_with_session(common.get_test_address)
assert "PinKeyboard" in debug.read_layout().all_components()
debug.input("1234")
debug.input(PIN4)
assert device_handler.result()
session.refresh_features()