mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
uitests: createvm: Fix with latest osinfo
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
@@ -147,7 +147,7 @@ def testNewVMManualDefault(app):
|
||||
newvm.find("oslist-popover")
|
||||
osentry.click()
|
||||
app.rawinput.pressKey("Enter")
|
||||
lib.utils.check(lambda: osentry.text == "Generic OS")
|
||||
lib.utils.check(lambda: "Generic" in osentry.text)
|
||||
|
||||
# Verify back+forward still keeps Generic selected
|
||||
_back(newvm)
|
||||
|
||||
Reference in New Issue
Block a user