You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
Before testing SSA for VM on RHV provider, we must first set Management Engine Relationship for that VM. When we do it here, success flash message saying "Management Engine Relationship saved." is displayed in CFME UI. However, testing framework throws this error.
I tried two things to fix it:
I added from time import sleep; sleep(10) before this line. It helped but tha's probably not an ideal solution.
but this failed somewhere deep within wait_dispayed with this. I could not really fix it myself, therefore creating this bug.
Edit: I realized that @rhrazdil already created #8024 to describe this issue. I will close #8024 (but please, look at it for reference) and let's track the progress here. Radim's issue was created first, but I already wrapped some of the test cases with this one. That's the reason I am keeping mine alive. Also, Radim moved to another effort, so this will probably be better.
The text was updated successfully, but these errors were encountered:
Before testing SSA for VM on RHV provider, we must first set Management Engine Relationship for that VM. When we do it here, success flash message saying "Management Engine Relationship saved." is displayed in CFME UI. However, testing framework throws this error.
I tried two things to fix it:
from time import sleep; sleep(10)
before this line. It helped but tha's probably not an ideal solution.but this failed somewhere deep within
wait_dispayed
with this. I could not really fix it myself, therefore creating this bug.Edit: I realized that @rhrazdil already created #8024 to describe this issue. I will close #8024 (but please, look at it for reference) and let's track the progress here. Radim's issue was created first, but I already wrapped some of the test cases with this one. That's the reason I am keeping mine alive. Also, Radim moved to another effort, so this will probably be better.
The text was updated successfully, but these errors were encountered: