Skip to content

Commit

Permalink
fixup! chore(core): show the last passphrase character for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
bieleluk committed Dec 16, 2024
1 parent e8f6852 commit 7c3615e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/click_tests/test_passphrase_mercury.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions tests/click_tests/test_passphrase_tr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions tests/click_tests/test_passphrase_tt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 7c3615e

Please sign in to comment.