mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-02 09:47:16 +03:00
uitests: Remove some debugging
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
c40a9e3fed
commit
315f492156
@ -119,7 +119,6 @@ class NewVM(uiutils.UITestCase):
|
|||||||
newvm.combo_select("create-conn", ".*test default.*")
|
newvm.combo_select("create-conn", ".*test default.*")
|
||||||
self.forward(newvm)
|
self.forward(newvm)
|
||||||
cdrom.click_combo_entry()
|
cdrom.click_combo_entry()
|
||||||
cdrom.print_nodes()
|
|
||||||
uiutils.check(lambda: "/dev/sr1" not in cdrom.fmt_nodes())
|
uiutils.check(lambda: "/dev/sr1" not in cdrom.fmt_nodes())
|
||||||
newvm.find_fuzzy("install-iso-browse", "button").click()
|
newvm.find_fuzzy("install-iso-browse", "button").click()
|
||||||
browsewin = self.app.root.find("vmm-storage-browser")
|
browsewin = self.app.root.find("vmm-storage-browser")
|
||||||
|
@ -323,7 +323,6 @@ class Manager(uiutils.UITestCase):
|
|||||||
c = manager.find_fuzzy("testdriver.xml", "table cell")
|
c = manager.find_fuzzy("testdriver.xml", "table cell")
|
||||||
c.click()
|
c.click()
|
||||||
c.click(button=3)
|
c.click(button=3)
|
||||||
print("\n\n\nCLICKING DISCONNECT\n\n\n")
|
|
||||||
self.app.root.find("conn-disconnect", "menu item").click()
|
self.app.root.find("conn-disconnect", "menu item").click()
|
||||||
|
|
||||||
# Ensure all those windows aren't showing
|
# Ensure all those windows aren't showing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user