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
commit 562b7a7702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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");
'';