From 7c3615e60b435da4a9fd397b946c32139788948a Mon Sep 17 00:00:00 2001 From: Lukas Bielesch Date: Mon, 16 Dec 2024 14:53:29 +0100 Subject: [PATCH] fixup! chore(core): show the last passphrase character for a while --- tests/click_tests/test_passphrase_mercury.py | 4 ++-- tests/click_tests/test_passphrase_tr.py | 4 ++-- tests/click_tests/test_passphrase_tt.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/click_tests/test_passphrase_mercury.py b/tests/click_tests/test_passphrase_mercury.py index debd9565eb2..9cdfd930908 100644 --- a/tests/click_tests/test_passphrase_mercury.py +++ b/tests/click_tests/test_passphrase_mercury.py @@ -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) diff --git a/tests/click_tests/test_passphrase_tr.py b/tests/click_tests/test_passphrase_tr.py index f6688459002..79c979fe1f9 100644 --- a/tests/click_tests/test_passphrase_tr.py +++ b/tests/click_tests/test_passphrase_tr.py @@ -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) diff --git a/tests/click_tests/test_passphrase_tt.py b/tests/click_tests/test_passphrase_tt.py index c3a395354b4..6a3fa875890 100644 --- a/tests/click_tests/test_passphrase_tt.py +++ b/tests/click_tests/test_passphrase_tt.py @@ -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)