Skip to content

Commit

Permalink
refresh dashboard if model registry not present
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 db54663 commit cc35c5e
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,12 @@ Upload Python Client Files In The Workbench

Open Model Registry Dashboard Page
[Documentation] Opens the Model Registry page from the dashboard nav bar
SeleniumLibrary.Wait Until Page Contains Model Registry
${mr_present}= Run Keyword And Return Status SeleniumLibrary.Page Should Contain Model Registry
WHILE ${mr_present}!=${TRUE} limit=120s
SeleniumLibrary.Reload Page
${mr_present}= Run Keyword And Return Status
... SeleniumLibrary.Page Should Contain Model Registry
END
SeleniumLibrary.Click Link Model Registry
Wait For RHODS Dashboard To Load wait_for_cards=${FALSE} expected_page=Model Registry
SeleniumLibrary.Wait Until Page Contains Select a model registry to view and manage your registered models.
Expand Down

0 comments on commit cc35c5e

Please sign in to comment.