Skip to content

Commit 1c26dec

Browse files
committed
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.
1 parent 3b3a06c commit 1c26dec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nixos/tests/pantheon.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ import ./make-test-python.nix ({ pkgs, lib, ...} :
7070
machine.succeed(f"{cmd} | grep 'XDG_DATA_DIRS' | grep 'gsettings-schemas/pantheon-agent-geoclue2'")
7171
# Hopefully from login shell.
7272
machine.succeed(f"{cmd} | grep '__NIXOS_SET_ENVIRONMENT_DONE' | grep '1'")
73-
# See elementary-session-settings packaging.
74-
machine.succeed(f"{cmd} | grep 'XDG_CONFIG_DIRS' | grep 'elementary-default-settings'")
7573
7674
with subtest("Open elementary videos"):
7775
machine.execute("su - ${user.name} -c 'DISPLAY=:0 io.elementary.videos >&2 &'")
@@ -101,6 +99,7 @@ import ./make-test-python.nix ({ pkgs, lib, ...} :
10199
machine.succeed(f"su - ${user.name} -c '{env} {cmd}'")
102100
machine.sleep(5)
103101
machine.screenshot("multitasking")
102+
machine.succeed(f"su - ${user.name} -c '{env} {cmd}'")
104103
105104
with subtest("Check if gala has ever coredumped"):
106105
machine.fail("coredumpctl --json=short | grep gala")

0 commit comments

Comments
 (0)