about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2021-11-19 23:04:53 +0100
committerPatrick Hilhorst <git@hilhorst.be>2021-11-19 23:04:53 +0100
commit7201052de20144b11c4ef1eec7c29cb562257cb3 (patch)
treeeb40582124b738df62f61fc2dac5288efcc25bf9 /nixos
parent2a04ae8b125285ed980722614e75e220ee9847c8 (diff)
nixosTests.vscodium: wait for different text
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/vscodium.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/vscodium.nix b/nixos/tests/vscodium.nix
index 565296a5a738a..a572181b88e6e 100644
--- a/nixos/tests/vscodium.nix
+++ b/nixos/tests/vscodium.nix
@@ -39,7 +39,7 @@ let
         machine.wait_for_unit('graphical.target')
         machine.wait_until_succeeds('pgrep -x codium')
 
-        machine.wait_for_text('VSCodium')
+        machine.wait_for_text('File')
         machine.screenshot('start_screen')
 
         test_string = 'testfile'