mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-08-25 21:49:35 +03:00
uitests: Fix some clonevm flakiness
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
@ -40,7 +40,10 @@ class CloneVM(uiutils.UITestCase):
|
||||
# Launch wizard via right click menu
|
||||
c = self.app.root.find_fuzzy(vmname, "table cell")
|
||||
c.click(button=3)
|
||||
self.app.root.find("Clone...", "menu item").click()
|
||||
item = self.app.root.find("Clone...", "menu item")
|
||||
item.point()
|
||||
self.sleep(.5)
|
||||
item.click()
|
||||
return self.app.root.find("Clone Virtual Machine", "frame")
|
||||
|
||||
def _get_all_rows(self, win):
|
||||
|
Reference in New Issue
Block a user