File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ def testNewVMCDROM(self):
113
113
uiutils .find_fuzzy (newvm , "Forward" , "button" ).click ()
114
114
115
115
# Verify that CPU values are non-default
116
- cpus = uiutils .find_fuzzy (newvm , None , "spin button" , "CPUs: " )
116
+ cpus = uiutils .find_pattern (newvm , "cpus" , "spin button" )
117
117
uiutils .check_in_loop (lambda : int (cpus .text ) > 1 , timeout = 5 )
118
118
uiutils .find_fuzzy (newvm , "Forward" , "button" ).click ()
119
119
uiutils .find_fuzzy (newvm , "Forward" , "button" ).click ()
Original file line number Diff line number Diff line change @@ -2313,6 +2313,11 @@ connections is not yet supported.</small></property>
2313
2313
<property name =" width_chars" >7</property >
2314
2314
<property name =" adjustment" >adjustment2</property >
2315
2315
<property name =" climb_rate" >1</property >
2316
+ <child internal-child =" accessible" >
2317
+ <object class =" AtkObject" id =" cpus-atkobject" >
2318
+ <property name =" AtkObject::accessible-name" translatable =" yes" >cpus</property >
2319
+ </object >
2320
+ </child >
2316
2321
</object >
2317
2322
<packing >
2318
2323
<property name =" expand" >False</property >
You can’t perform that action at this time.
0 commit comments