about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-12-04 01:23:30 +0100
committerGitHub <noreply@github.com>2023-12-04 01:23:30 +0100
commit58ffd55cde30c51336564832779a1618638fdeb5 (patch)
tree2c6aa196dde3a7a3d543c80169ddf2875da0a234 /nixos/tests
parent826c3974dd9371a0cb089d9f84ce25fc3962337b (diff)
parent135690307d28b6fecf7d756f98afbf1db770150a (diff)
downloadnixlib-58ffd55cde30c51336564832779a1618638fdeb5.tar
nixlib-58ffd55cde30c51336564832779a1618638fdeb5.tar.gz
nixlib-58ffd55cde30c51336564832779a1618638fdeb5.tar.bz2
nixlib-58ffd55cde30c51336564832779a1618638fdeb5.tar.lz
nixlib-58ffd55cde30c51336564832779a1618638fdeb5.tar.xz
nixlib-58ffd55cde30c51336564832779a1618638fdeb5.tar.zst
nixlib-58ffd55cde30c51336564832779a1618638fdeb5.zip
Merge pull request #249777 from LunNova/lunnova/input-remapper-2.x
input-remapper: 1.5.0 -> 2.0.1
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/input-remapper.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/nixos/tests/input-remapper.nix b/nixos/tests/input-remapper.nix
index 1b0350063f7f..2ef55a01b290 100644
--- a/nixos/tests/input-remapper.nix
+++ b/nixos/tests/input-remapper.nix
@@ -46,7 +46,8 @@ import ./make-test-python.nix ({ pkgs, ... }:
       machine.execute("su - sybil -c input-remapper-gtk >&2 &")
 
       machine.wait_for_text("Input Remapper")
-      machine.wait_for_text("Preset")
-      machine.wait_for_text("Change Key")
+      machine.wait_for_text("Device")
+      machine.wait_for_text("Presets")
+      machine.wait_for_text("Editor")
     '';
   })