mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-09 12:38:05 -05:00
uitests: newvm: Fix CDROM test
Need to click the OS text entry to close the popup window
This commit is contained in:
@@ -109,6 +109,7 @@ class NewVM(unittest.TestCase):
|
||||
uiutils.find_fuzzy(newvm, "Windows", "menu item").click()
|
||||
uiutils.find_fuzzy(newvm, "install-os-version-entry",
|
||||
"text").typeText("Microsoft Windows 8")
|
||||
uiutils.find_fuzzy(newvm, "install-os-version-entry", "text").click()
|
||||
uiutils.find_fuzzy(newvm, "Forward", "button").click()
|
||||
|
||||
# Verify that CPU values are non-default
|
||||
|
||||
Reference in New Issue
Block a user