]> git.sur5r.net Git - i3/i3/commitdiff
t/173-regress-focus-assign: sync after mapping the window
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 26 Dec 2012 21:04:15 +0000 (22:04 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 26 Dec 2012 21:04:15 +0000 (22:04 +0100)
testcases/t/173-regress-focus-assign.t

index f27ec0e4b625225796663d521597fdda550933be..aff3fe3a61c6f9711b26a5bf0c6056ae1f495f63 100644 (file)
@@ -73,6 +73,7 @@ ok(@{get_ws_content($tmp)} == 0, 'no containers yet');
 ok(get_ws($tmp)->{focused}, 'current workspace focused');
 
 my $window = open_special;
+sync_with_i3;
 
 ok(@{get_ws_content($tmp)} == 0, 'special window not on current workspace');
 ok(@{get_ws_content('targetws')} == 1, 'special window on targetws');