Skip to content

Commit

Permalink
Merge pull request #51922 from hedning/fix-xmonad-test
Browse files Browse the repository at this point in the history
nixos/tests/xmonad: fix terminal title
  • Loading branch information
c0bw3b committed Dec 13, 2018
2 parents 7a57774 + d776b22 commit 562b7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/xmonad.nix
Expand Up @@ -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");
'';
Expand Down

0 comments on commit 562b7a7

Please sign in to comment.