1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-13 08:02:01 +00:00
This commit is contained in:
Martin Milata 2025-02-12 22:21:42 +01:00
parent ebb0fee042
commit d9d9c10fe7

View File

@ -98,7 +98,7 @@ def prepare_passphrase_dialogue(
) -> Generator["DebugLink", None, None]:
debug = device_handler.debuglink()
device_handler.run_with_session(get_test_address) # type: ignore
# TODO
print(debug.read_layout().main_component())
assert debug.read_layout().main_component() == "PassphraseKeyboard"
# Resetting the category as it could have been changed by previous tests