From 909c8aa880396fecb3e1fa174bdf89ce5e8b36c8 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Fri, 5 May 2023 14:54:31 -0400 Subject: tests: uitests: Fix window reposition on f38 Signed-off-by: Cole Robinson --- tests/uitests/lib/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/uitests/lib/app.py b/tests/uitests/lib/app.py index 221808d0..83628a7f 100644 --- a/tests/uitests/lib/app.py +++ b/tests/uitests/lib/app.py @@ -222,7 +222,7 @@ class VMMDogtailApp(object): # Give time for the child window to appear and possibly grab focus self.sleep(1) self.get_manager(check_active=False) - dogtail.rawinput.drag(childwin.title_coordinates(), (1000, 1000)) + dogtail.rawinput.dragWithTrajectory(childwin.title_coordinates(), (1000, 1000)) self.manager_conn_disconnect(conn_label) utils.check(lambda: not childwin.showing) -- cgit v1.2.1