mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-08 04:58:29 +03:00
uitests: newvm: Fix after CPU UI tweaks
This commit is contained in:
parent
1a09a05dc7
commit
6f8206dc55
@ -113,7 +113,7 @@ class NewVM(unittest.TestCase):
|
||||
uiutils.find_fuzzy(newvm, "Forward", "button").click()
|
||||
|
||||
# Verify that CPU values are non-default
|
||||
cpus = uiutils.find_fuzzy(newvm, None, "spin button", "CPUs:")
|
||||
cpus = uiutils.find_pattern(newvm, "cpus", "spin button")
|
||||
uiutils.check_in_loop(lambda: int(cpus.text) > 1, timeout=5)
|
||||
uiutils.find_fuzzy(newvm, "Forward", "button").click()
|
||||
uiutils.find_fuzzy(newvm, "Forward", "button").click()
|
||||
|
@ -2313,6 +2313,11 @@ connections is not yet supported.</small></property>
|
||||
<property name="width_chars">7</property>
|
||||
<property name="adjustment">adjustment2</property>
|
||||
<property name="climb_rate">1</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="cpus-atkobject">
|
||||
<property name="AtkObject::accessible-name" translatable="yes">cpus</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user