1
0
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:
Lukas Bielesch 2024-12-16 14:53:29 +01:00
parent e8f685253b
commit 7c3615e60b
3 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)