]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/173-regress-focus-assign.t
t/173-regress-focus-assign: sync after mapping the window
[i3/i3] / 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');