summary refs log tree commit diff
path: root/nixos/tests/keepassxc.nix
diff options
context:
space:
mode:
authorManuel Bärenz <m.baerenz@sonnen.de>2022-05-16 10:37:16 +0200
committerManuel Bärenz <m.baerenz@sonnen.de>2022-05-16 10:37:16 +0200
commit6423fcedb301ebdf02d9e8a8dd2af3dfdcc1455f (patch)
treea1936c7e54ef56309b70a02b5de1574a3b155909 /nixos/tests/keepassxc.nix
parent4db7ee21d700814e7fd91b0906df84ee8f02a1e4 (diff)
downloadnixpkgs-6423fcedb301ebdf02d9e8a8dd2af3dfdcc1455f.tar
nixpkgs-6423fcedb301ebdf02d9e8a8dd2af3dfdcc1455f.tar.gz
nixpkgs-6423fcedb301ebdf02d9e8a8dd2af3dfdcc1455f.tar.bz2
nixpkgs-6423fcedb301ebdf02d9e8a8dd2af3dfdcc1455f.tar.lz
nixpkgs-6423fcedb301ebdf02d9e8a8dd2af3dfdcc1455f.tar.xz
nixpkgs-6423fcedb301ebdf02d9e8a8dd2af3dfdcc1455f.tar.zst
nixpkgs-6423fcedb301ebdf02d9e8a8dd2af3dfdcc1455f.zip
nixosTests.keepassxc: Simplify OCR test
Diffstat (limited to 'nixos/tests/keepassxc.nix')
-rw-r--r--nixos/tests/keepassxc.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/keepassxc.nix b/nixos/tests/keepassxc.nix
index d0f353c71e0..303be133040 100644
--- a/nixos/tests/keepassxc.nix
+++ b/nixos/tests/keepassxc.nix
@@ -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")
   '';
 })