Skip to content

Commit

Permalink
change while loop behaviour
Browse files Browse the repository at this point in the history
Signed-off-by: lugi0 <[email protected]>
  • Loading branch information
lugi0 committed Oct 2, 2024
1 parent cc35c5e commit be24676
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ Open Model Registry Dashboard Page
${mr_present}= Run Keyword And Return Status SeleniumLibrary.Page Should Contain Model Registry
WHILE ${mr_present}!=${TRUE} limit=120s
SeleniumLibrary.Reload Page
SeleniumLibrary.Wait Until Page Contains Home
Maybe Wait For Dashboard Loading Spinner Page
${mr_present}= Run Keyword And Return Status
... SeleniumLibrary.Page Should Contain Model Registry
END
Expand Down Expand Up @@ -368,4 +370,5 @@ Disable Model Registry If Needed
... the cluster in the same state we found it in
IF ${DISABLE_COMPONENT}==${True}
Set Component State modelregistry Removed
Run And Verify Command oc delete namespace ${NAMESPACE_MODEL_REGISTRY} --force
END

0 comments on commit be24676

Please sign in to comment.