mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-02 11:58:32 +00:00
fixup! test: update ui tests
This commit is contained in:
parent
df238aa0cc
commit
824ce7e25b
@ -60,7 +60,7 @@ def screen_recording(
|
|||||||
finally:
|
finally:
|
||||||
if client_callback:
|
if client_callback:
|
||||||
client = client_callback()
|
client = client_callback()
|
||||||
if client.protocol_version == ProtocolVersion.PROTOCOL_V1:
|
if client.protocol_version == ProtocolVersion.V1:
|
||||||
client.sync_responses()
|
client.sync_responses()
|
||||||
# Wait for response to Initialize, which gives the emulator time to catch up
|
# 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
|
# and redraw the homescreen. Otherwise there's a race condition between that
|
||||||
|
Loading…
Reference in New Issue
Block a user