Merge pull request #51922 from hedning/fix-xmonad-test

nixos/tests/xmonad: fix terminal title
This commit is contained in:
Renaud
2018-12-13 14:02:23 +01:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ import ./make-test.nix ({ pkgs, ...} : {
$machine->waitUntilSucceeds("xmonad --restart");
$machine->sleep(3);
$machine->sendKeys("alt-shift-ret");
$machine->waitForWindow(qr/machine.*alice/);
$machine->waitForWindow(qr/alice.*machine/);
$machine->sleep(1);
$machine->screenshot("terminal");
'';