nixos/tests/xmonad: fix terminal title

bash now sets a different title.
This commit is contained in:
Tor Hedin Brønner 2018-12-12 21:30:47 +01:00
parent 9fba490258
commit d776b224da

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