1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-20 00:59:02 +00:00

fixup! test: update click tests

This commit is contained in:
M1nd3r 2025-03-28 11:46:07 +01:00
parent b58fb9351e
commit b7083b3b23

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()