]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/156-fullscreen-focus.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 156-fullscreen-focus.t
index 75133cae3973149f00f3e85cddb2e27cbdc96c2a..c7646e417e7c760c11fdf68c717ea41ced67ee65 100644 (file)
@@ -57,9 +57,6 @@ my $tmp2 = get_unused_workspace;
 cmd "move workspace $tmp2";
 
 # verify that the third window has the focus
-
-sync_with_i3;
-
 is($x->input_focus, $third->id, 'third window focused');
 
 done_testing;