From 27adbbff619dfdb66146d6299b8ecde6300e338d Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 26 Dec 2012 22:03:02 +0100 Subject: [PATCH] t/510-focus-across-outputs: fix sync order syncing _after_ fresh_workspace makes no change, but we need to wait for the WarpPointer request to be processed. --- testcases/t/510-focus-across-outputs.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testcases/t/510-focus-across-outputs.t b/testcases/t/510-focus-across-outputs.t index 7f68a2d5..2c6fd396 100644 --- a/testcases/t/510-focus-across-outputs.t +++ b/testcases/t/510-focus-across-outputs.t @@ -39,22 +39,22 @@ cmd 'floating toggle'; # Focus screen 1 $x->root->warp_pointer(1025, 0); -my $s1_ws = fresh_workspace; sync_with_i3; +my $s1_ws = fresh_workspace; my $fourth = open_window; # Focus screen 2 $x->root->warp_pointer(0, 769); -my $s2_ws = fresh_workspace; sync_with_i3; +my $s2_ws = fresh_workspace; my $fifth = open_window; # Focus screen 3 $x->root->warp_pointer(1025, 769); -my $s3_ws = fresh_workspace; sync_with_i3; +my $s3_ws = fresh_workspace; my $sixth = open_window; my $seventh = open_window; -- 2.39.2