about summary refs log tree commit diff
path: root/nixos/tests
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/tests
parent2a04ae8b125285ed980722614e75e220ee9847c8 (diff)
downloadnixlib-7201052de20144b11c4ef1eec7c29cb562257cb3.tar
nixlib-7201052de20144b11c4ef1eec7c29cb562257cb3.tar.gz
nixlib-7201052de20144b11c4ef1eec7c29cb562257cb3.tar.bz2
nixlib-7201052de20144b11c4ef1eec7c29cb562257cb3.tar.lz
nixlib-7201052de20144b11c4ef1eec7c29cb562257cb3.tar.xz
nixlib-7201052de20144b11c4ef1eec7c29cb562257cb3.tar.zst
nixlib-7201052de20144b11c4ef1eec7c29cb562257cb3.zip
nixosTests.vscodium: wait for different text
Diffstat (limited to 'nixos/tests')
-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 565296a5a738..a572181b88e6 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'