From: Orestis Date: Mon, 18 Sep 2017 16:02:38 +0000 (+0300) Subject: 291-swap.t: make tests fail less (#2964) X-Git-Tag: 4.15~73 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a3a7d04a43b7eb882fe647363a5bd35a4627e3f2;p=i3%2Fi3 291-swap.t: make tests fail less (#2964) --- diff --git a/testcases/t/291-swap.t b/testcases/t/291-swap.t index f9ac3b6a..9bbd3795 100644 --- a/testcases/t/291-swap.t +++ b/testcases/t/291-swap.t @@ -226,6 +226,7 @@ $expected_focus = get_focused($ws1); $ws2 = fresh_workspace; $B = open_window(wm_class => 'mark_B'); $B->fullscreen(1); +sync_with_i3; cmd '[con_mark=B] swap container with mark A'; @@ -263,6 +264,7 @@ $expected_focus = get_focused($ws1); $ws2 = fresh_workspace; $B = open_window(wm_class => 'mark_B'); $B->fullscreen(1); +sync_with_i3; cmd '[con_mark=B] swap container with mark A';