mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
nixosTests.gnome-flashback: Ensure gnome-flashback-media-keys starts
This commit is contained in:
parent
fc096a6d9c
commit
190a819ecb
@ -49,9 +49,10 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : {
|
||||
assert "alice" in machine.succeed("getfacl -p /dev/snd/timer")
|
||||
|
||||
with subtest("Wait for Metacity"):
|
||||
machine.wait_until_succeeds(
|
||||
"pgrep metacity"
|
||||
)
|
||||
machine.wait_until_succeeds("pgrep metacity")
|
||||
|
||||
with subtest("Regression test for #233920"):
|
||||
machine.wait_until_succeeds("pgrep -fa gnome-flashback-media-keys")
|
||||
machine.sleep(20)
|
||||
machine.screenshot("screen")
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user