nixos/pantheon: fix test command for wingpanel

This commit is contained in:
Bobby Rong 2021-07-19 16:49:52 +08:00
parent 3f3502ca93
commit a66bcfe997
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -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")