about summary refs log tree commit diff
path: root/nixos/tests/vengi-tools.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/vengi-tools.nix')
-rw-r--r--nixos/tests/vengi-tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/vengi-tools.nix b/nixos/tests/vengi-tools.nix
index 8b80a13384e5a..5bc8d72c77237 100644
--- a/nixos/tests/vengi-tools.nix
+++ b/nixos/tests/vengi-tools.nix
@@ -23,7 +23,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
       # OCR on voxedit's window is very expensive, so we avoid wasting a try
       # by letting the window load fully first
       machine.sleep(15)
-      machine.wait_for_text("Palette")
+      machine.wait_for_text("Solid")
       machine.screenshot("screen")
     '';
 })