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:
parent
0dd7eb7a16
commit
d1d5679759
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user