diff --git a/testcases/lib/i3test.pm b/testcases/lib/i3test.pm index 476cda03..414362ae 100644 --- a/testcases/lib/i3test.pm +++ b/testcases/lib/i3test.pm @@ -155,6 +155,9 @@ __ warnings->import; $x ||= i3test::X11->new; + # set the pointer to a predictable position in case a previous test has + # disturbed it + $x->root->warp_pointer(0, 0); $cv->recv if $i3_autostart; @_ = ($class);