Skip to content

Commit

Permalink
nixosTests.cinnamon-wayland: Fix screensaver test
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 committed Jan 25, 2024
1 parent 0a05b55 commit 85d2b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/cinnamon-wayland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
# This is not supported at the moment.
# https://trello.com/b/HHs01Pab/cinnamon-wayland
machine.execute("${su "cinnamon-screensaver-command -l >&2 &"}")
machine.wait_until_succeeds("journalctl -b --grep 'Cinnamon Screensaver is unavailable on Wayland'")
machine.wait_until_succeeds("journalctl -b --grep 'cinnamon-screensaver is disabled in wayland sessions'")
with subtest("Open GNOME Terminal"):
machine.succeed("${su "dbus-launch gnome-terminal"}")
Expand Down

0 comments on commit 85d2b35

Please sign in to comment.