parent
8423f6d2d7
commit
f5df3f93ac
@ -1,6 +1,7 @@
|
||||
## 5.2.1 - 2023-11-XX
|
||||
|
||||
- New Feature: Temporary Seed from COLDCARD encrypted backup.
|
||||
- New Feature: Export seed as SeedQR
|
||||
- Enhancement: Add current temporary seed to Seed Vault from within Seed Vault menu.
|
||||
If current seed is temporary and not saved yet, `Add current tmp` menu item is
|
||||
shown in Seed Vault menu.
|
||||
|
||||
@ -688,7 +688,7 @@ def test_show_seed_qr(data, goto_home, pick_menu_item, cap_story, need_keypress,
|
||||
|
||||
time.sleep(.01)
|
||||
title, body = cap_story()
|
||||
assert 'Are you SURE' in title
|
||||
assert 'Are you SURE' in body
|
||||
assert 'can control all funds' in body
|
||||
need_keypress('y') # skip warning
|
||||
time.sleep(0.01)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user