Skip to content

Commit af77900

Browse files
committed
tests/lomiri: Don't need to keep Morph in the background anymore, content-hub can launch it now
1 parent cd6462b commit af77900

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

nixos/tests/lomiri.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ in {
230230
231231
# morph-browser has a separate VM test, there isn't anything new we could test here
232232
233-
# Keep it running, we're using it to check content-hub communication from LSS
233+
machine.send_key("alt-f4")
234234
235235
# LSS provides DE settings
236236
with subtest("system settings open"):
@@ -282,9 +282,7 @@ in {
282282
# Testing any more would require more applications & setup, the fact that it's already being attempted is a good sign
283283
machine.send_key("esc")
284284
285-
machine.send_key("alt-f4") # LSS
286-
machine.sleep(2) # focus is slow to switch to second window, closing it *really* helps with OCR afterwards
287-
machine.send_key("alt-f4") # Morph
285+
machine.send_key("alt-f4")
288286
289287
# The ayatana indicators are an important part of the experience, and they hold the only graphical way of exiting the session.
290288
# There's a test app we could use that also displays their contents, but it's abit inconsistent.

0 commit comments

Comments
 (0)