about summary refs log tree commit diff
path: root/nixos/tests/pantheon.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-07-19 16:49:52 +0800
committerBobby Rong <rjl931189261@126.com>2021-09-18 19:33:40 +0800
commita66bcfe997af79d7697ae72044890e1f2ce7db73 (patch)
treeae1f91280d462ecf97dc394afb4670fbd55aa487 /nixos/tests/pantheon.nix
parent3f3502ca9340246a9c00ada9ccb21bf0b7be1ab3 (diff)
nixos/pantheon: fix test command for wingpanel
Diffstat (limited to 'nixos/tests/pantheon.nix')
-rw-r--r--nixos/tests/pantheon.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/pantheon.nix b/nixos/tests/pantheon.nix
index 3894440333c99..013ab441ab413 100644
--- a/nixos/tests/pantheon.nix
+++ b/nixos/tests/pantheon.nix
@@ -45,8 +45,8 @@ import ./make-test-python.nix ({ pkgs, ...} :
     with subtest("Check if pantheon session components actually start"):
         machine.wait_until_succeeds("pgrep gala")
         machine.wait_for_window("gala")
-        machine.wait_until_succeeds("pgrep wingpanel")
-        machine.wait_for_window("wingpanel")
+        machine.wait_until_succeeds("pgrep -f io.elementary.wingpanel")
+        machine.wait_for_window("io.elementary.wingpanel")
         machine.wait_until_succeeds("pgrep plank")
         machine.wait_for_window("plank")