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

fixup! test: update ui tests

This commit is contained in:
M1nd3r 2025-03-24 13:40:05 +01:00
parent 0dd7eb7a16
commit d1d5679759

View File

@ -60,7 +60,7 @@ def screen_recording(
finally:
if client_callback:
client = client_callback()
if client.protocol_version == ProtocolVersion.PROTOCOL_V1:
if client.protocol_version == ProtocolVersion.V1:
client.sync_responses()
# Wait for response to Initialize, which gives the emulator time to catch up
# and redraw the homescreen. Otherwise there's a race condition between that