mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
tests: ui: make creatnet test start less flakey
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
acf3cedbbf
commit
4e2bec5b14
@ -215,7 +215,9 @@ class VMMDogtailApp(object):
|
||||
self.root.find_fuzzy("Edit", "menu").click()
|
||||
self.root.find_fuzzy("Connection Details", "menu item").click()
|
||||
win = self.find_window("%s - Connection Details" % conn_label)
|
||||
win.find_fuzzy(tab, "page tab").click()
|
||||
tab = win.find_fuzzy(tab, "page tab")
|
||||
tab.point()
|
||||
tab.click()
|
||||
return win
|
||||
|
||||
def manager_test_conn_window_cleanup(self, conn_label, childwin):
|
||||
|
Loading…
Reference in New Issue
Block a user