From 1c26dec649ba72a044efbc06525ccc6d68e8ee56 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Wed, 8 Jan 2025 21:03:55 +0800 Subject: [PATCH] nixosTests.pantheon: Unbreak and restore test for closing multitasking view * Closing multitasking view seems to work now. * See the Pantheon 8 PR for session-settings packaging changes. --- nixos/tests/pantheon.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/tests/pantheon.nix b/nixos/tests/pantheon.nix index 0f2a7af401c6..7a19d6432fb0 100644 --- a/nixos/tests/pantheon.nix +++ b/nixos/tests/pantheon.nix @@ -70,8 +70,6 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : machine.succeed(f"{cmd} | grep 'XDG_DATA_DIRS' | grep 'gsettings-schemas/pantheon-agent-geoclue2'") # Hopefully from login shell. machine.succeed(f"{cmd} | grep '__NIXOS_SET_ENVIRONMENT_DONE' | grep '1'") - # See elementary-session-settings packaging. - machine.succeed(f"{cmd} | grep 'XDG_CONFIG_DIRS' | grep 'elementary-default-settings'") with subtest("Open elementary videos"): machine.execute("su - ${user.name} -c 'DISPLAY=:0 io.elementary.videos >&2 &'") @@ -101,6 +99,7 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : machine.succeed(f"su - ${user.name} -c '{env} {cmd}'") machine.sleep(5) machine.screenshot("multitasking") + machine.succeed(f"su - ${user.name} -c '{env} {cmd}'") with subtest("Check if gala has ever coredumped"): machine.fail("coredumpctl --json=short | grep gala")