diff --git a/nixos/tests/vscodium.nix b/nixos/tests/vscodium.nix index eee205e69607..747dd4f70b82 100644 --- a/nixos/tests/vscodium.nix +++ b/nixos/tests/vscodium.nix @@ -64,9 +64,9 @@ let codium_running.wait() # type: ignore[union-attr] with codium_running: # type: ignore[union-attr] - # Wait until vscodium is visible. "File" is in the menu bar. - machine.wait_for_text('(Get|Started|with|Customize|theme)') - machine.screenshot('start_screen') + # Wait until vscodium is visible. + machine.wait_for_text('Search') + machine.screenshot('screen') test_string = 'testfile'