uitests: Remove some debugging

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2020-09-01 13:17:11 -04:00
parent c40a9e3fed
commit 315f492156
2 changed files with 0 additions and 2 deletions

View File

@ -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")

View File

@ -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