Commit fac80fd 1 parent 253d25b commit fac80fd Copy full SHA for fac80fd
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,12 @@ class TestSystemInfo(testlib.MachineCase):
102
102
# need to wait until CPU usage settles down, to avoid a layout-shifting error/warning icon
103
103
b .wait_not_present ("#system-usage-cpu-progress + td .pf-v5-c-progress__status-icon" )
104
104
testlib .wait (lambda : b .get_pf_progress_value ("#system-usage-cpu-progress + td" ) < 30 )
105
- # Wait for tuned text to appear, even thought we ignore it we need to button to have some text.
106
105
if b .pixels_label :
106
+ # Wait for tuned text to appear, even thought we ignore it we need to button to have some text.
107
107
recommended_profile = m .execute ("tuned-adm recommend" ).strip ()
108
108
b .wait_text ("#tuned-status-button" , recommended_profile )
109
+ # Wait for there to be no warning icons in the usage.
110
+ b .wait_not_present ('#system-usage .pf-v5-c-progress__status-icon' )
109
111
b .assert_pixels ("#overview" , "overview" , ignore = [
110
112
".system-health .pf-v5-c-card__body" ,
111
113
"#system_uptime" ,
You can’t perform that action at this time.
0 commit comments