summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2023-05-05 14:54:31 -0400
committerCole Robinson <crobinso@redhat.com>2023-05-05 14:54:31 -0400
commit909c8aa880396fecb3e1fa174bdf89ce5e8b36c8 (patch)
tree40bfb71f8d59f0208a8b70f384295d9ebb3c090f
parent102fe52165535f9da9c9f370c6d1c399458ed4dc (diff)
downloadvirt-manager-909c8aa880396fecb3e1fa174bdf89ce5e8b36c8.tar.gz
tests: uitests: Fix window reposition on f38
Signed-off-by: Cole Robinson <crobinso@redhat.com>
-rw-r--r--tests/uitests/lib/app.py2
1 files changed, 1 insertions, 1 deletions
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)