]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/512-move-wraps.t
Kill windows between tests
[i3/i3] / testcases / t / 512-move-wraps.t
index d3952e4e6bd975089a8344134edfe106394bf450..82d5a7ccf6355fec34a45d57fae0362c44e9cede 100644 (file)
@@ -41,6 +41,7 @@ my $win = open_window;
 is_num_children($left, 1, 'one container on left workspace');
 
 cmd 'move container to output right';
+cmd 'focus output right';
 
 is_num_children($left, 0, 'no containers on left workspace');
 is_num_children($right, 1, 'one container on right workspace');