nixosTests.keepassxc: Simplify OCR test

This commit is contained in:
Manuel Bärenz 2022-05-16 10:37:16 +02:00
parent 4db7ee21d7
commit 6423fcedb3

View File

@ -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")
'';
})