uitests: createvm: Fix with latest osinfo

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson
2020-12-07 14:54:13 -05:00
parent 41eda8a431
commit 60ecc1c223

View File

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