mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-08 21:18:04 +03:00
tests: uitests: Fix window reposition on f38
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
102fe52165
commit
909c8aa880
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user