From a3a7d04a43b7eb882fe647363a5bd35a4627e3f2 Mon Sep 17 00:00:00 2001 From: Orestis Date: Mon, 18 Sep 2017 19:02:38 +0300 Subject: [PATCH] 291-swap.t: make tests fail less (#2964) --- testcases/t/291-swap.t | 2 ++ 1 file changed, 2 insertions(+) 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'; -- 2.39.2