about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-06-30 07:05:20 +0300
committerGitHub <noreply@github.com>2024-06-30 07:05:20 +0300
commitd6da1b902be83af5c2a6148a927ed8d2b48199a6 (patch)
treecf217a78137bc299d27c08c4a619f5f48684ada4 /nixos/tests
parent7244df692701da41a24ae1b10c03c63f5806b7db (diff)
parentaf779007e7dfa9cc80bbd5b0806dd85d17db5064 (diff)
Merge pull request #323485 from OPNA2608/fix/qtsystems-nodisplay-crash
libsForQt5.qtsystems: Fetch patch to fix crash on XOpenDisplay failure
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/lomiri.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/nixos/tests/lomiri.nix b/nixos/tests/lomiri.nix
index e9134a202cd17..d1fbab7aba082 100644
--- a/nixos/tests/lomiri.nix
+++ b/nixos/tests/lomiri.nix
@@ -230,7 +230,7 @@ in {
 
         # morph-browser has a separate VM test, there isn't anything new we could test here
 
-        # Keep it running, we're using it to check content-hub communication from LSS
+        machine.send_key("alt-f4")
 
     # LSS provides DE settings
     with subtest("system settings open"):
@@ -282,9 +282,7 @@ in {
         # Testing any more would require more applications & setup, the fact that it's already being attempted is a good sign
         machine.send_key("esc")
 
-        machine.send_key("alt-f4") # LSS
-        machine.sleep(2) # focus is slow to switch to second window, closing it *really* helps with OCR afterwards
-        machine.send_key("alt-f4") # Morph
+        machine.send_key("alt-f4")
 
     # The ayatana indicators are an important part of the experience, and they hold the only graphical way of exiting the session.
     # There's a test app we could use that also displays their contents, but it's abit inconsistent.