rdctl: use of navPage.progressBecomesReady
looks incorrect
#5368
Labels
kind/bug
Something isn't working
navPage.progressBecomesReady
looks incorrect
#5368
Actual Behavior
Sometimes the e2e rdctl test at line 855 (
'accepts new settings'
) fails, and emits about 100 locator-related error messages.It looks like we have a race condition: the call to
waitForRestartVM
verifies that the progress bar is visible, and then when it returns we make another call tonavePage.progressBecomesReady
that verifies that the progress bar is visible (but it might not be anymore).The text was updated successfully, but these errors were encountered: