mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nixosTests.keepassxc: Simplify OCR test
This commit is contained in:
parent
4db7ee21d7
commit
6423fcedb3
@ -62,7 +62,7 @@ import ./make-test-python.nix ({ pkgs, ...} :
|
||||
machine.send_key("tab")
|
||||
machine.send_chars("/home/alice/foo.keyfile")
|
||||
machine.send_key("ret")
|
||||
# Passwords folder is displayed
|
||||
machine.wait_for_text("Passwords")
|
||||
# Database is unlocked (doesn't have "[Locked]" in the title anymore)
|
||||
machine.wait_for_text("foo.kdbx - KeePassXC")
|
||||
'';
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user