mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 06:18:07 +00:00
fixup! chore(core): show the last passphrase character for a while
This commit is contained in:
parent
e8f685253b
commit
7c3615e60b
@ -347,6 +347,6 @@ def test_last_char_timeout(device_handler: "BackgroundDeviceHandler"):
|
||||
input_passphrase(debug, character)
|
||||
# wait until the last character is hidden
|
||||
time.sleep(DELAY_S)
|
||||
# show the entire passphrase
|
||||
show_passphrase(debug)
|
||||
# show the entire passphrase
|
||||
show_passphrase(debug)
|
||||
enter_passphrase(debug)
|
||||
|
@ -278,6 +278,6 @@ def test_last_char_timeout(device_handler: "BackgroundDeviceHandler"):
|
||||
input_passphrase(debug, character)
|
||||
# wait until the last character is hidden
|
||||
time.sleep(DELAY_S)
|
||||
# show the entire passphrase
|
||||
show_passphrase(debug)
|
||||
# show the entire passphrase
|
||||
show_passphrase(debug)
|
||||
enter_passphrase(debug)
|
||||
|
@ -314,6 +314,6 @@ def test_last_char_timeout(device_handler: "BackgroundDeviceHandler"):
|
||||
input_passphrase(debug, character)
|
||||
# wait until the last character is hidden
|
||||
time.sleep(DELAY_S)
|
||||
# show the entire passphrase
|
||||
show_passphrase(debug)
|
||||
# show the entire passphrase
|
||||
show_passphrase(debug)
|
||||
enter_passphrase(debug)
|
||||
|
Loading…
Reference in New Issue
Block a user