mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
uitests: Make test_mediachange more resilient
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
7342d9a11b
commit
27d1b4d4bd
@ -38,7 +38,8 @@ class MediaChange(uiutils.UITestCase):
|
||||
entry.text = "/dev/fdb"
|
||||
appl.click()
|
||||
uiutils.check_in_loop(lambda: not appl.sensitive)
|
||||
self.assertEqual(entry.text, "Floppy_install_label (/dev/fdb)")
|
||||
uiutils.check_in_loop(lambda:
|
||||
entry.text == "Floppy_install_label (/dev/fdb)")
|
||||
|
||||
# Specify manual path
|
||||
path = "/tmp/aaaaaaaaaaaaaaaaaaaaaaa.img"
|
||||
|
Loading…
Reference in New Issue
Block a user