From 865f807976e4c19f5c115ae241cc7792fe925c6b Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 19 Jul 2019 21:10:40 +0200 Subject: [PATCH] unflake t/291-swap.t (#3741) --- testcases/t/291-swap.t | 1 + 1 file changed, 1 insertion(+) diff --git a/testcases/t/291-swap.t b/testcases/t/291-swap.t index 8705c1ec..781315e5 100644 --- a/testcases/t/291-swap.t +++ b/testcases/t/291-swap.t @@ -43,6 +43,7 @@ sub fullscreen_windows { sub cmp_floating_rect { my ($window, $rect, $prefix) = @_; + sync_with_i3; my ($absolute, $top) = $window->rect; is($absolute->{width}, $rect->[2], "$prefix: width matches");