mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-10 08:19:23 +00:00
Prompt to archive entry after retrieval
This commit is contained in:
@@ -46,6 +46,7 @@ def test_manager_workflow(monkeypatch):
|
||||
pm.nostr_client = FakeNostrClient()
|
||||
pm.fingerprint_dir = tmp_path
|
||||
pm.is_dirty = False
|
||||
pm.secret_mode_enabled = False
|
||||
|
||||
inputs = iter(
|
||||
[
|
||||
@@ -56,6 +57,7 @@ def test_manager_workflow(monkeypatch):
|
||||
"n", # add custom field
|
||||
"", # length (default)
|
||||
"0", # retrieve index
|
||||
"n", # archive entry prompt
|
||||
"0", # modify index
|
||||
"", # new label
|
||||
"user", # new username
|
||||
|
Reference in New Issue
Block a user