1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-19 23:38:46 +00:00
trezor-firmware/tests/click_tests
obrusvit 9e18e72a2c feat(core): ask for 20/33 words to unlock backup
Unlocking repeated backup is only possible with SLIP-39 extendable
backup which contains shares of 20 or 33 words. It is UI bug to have the
user choose from all options (12, 18, 20, 24, 33). This commit reduces
the choices when unlocking repeated backup to (20, 33) for all models.
2024-08-29 16:01:13 +02:00
..
__init__.py tests: improve clicktests 2019-11-15 15:54:16 +01:00
common.py
record_layout.py
recovery.py
reset.py
test_autolock.py fix(core): add missing tap to confirm screens to mercury 2024-06-06 14:00:13 +02:00
test_backup_slip39_custom.py tests: fix input_flows 2024-06-06 14:00:13 +02:00
test_lock.py
test_passphrase_mercury.py
test_passphrase_tr.py
test_passphrase_tt.py
test_pin.py
test_recovery.py
test_repeated_backup.py fix(tests): tweak pressed button in repeated backup 2024-06-06 14:00:13 +02:00
test_reset_bip39.py
test_reset_slip39_advanced.py
test_reset_slip39_basic.py
test_tutorial.py