Skip to content

Commit

Permalink
Merge branch 'master' into hotfix/adapt_trusted_ca_bundles_test_to_odh
Browse files Browse the repository at this point in the history
  • Loading branch information
asanzgom authored Apr 16, 2024
2 parents c98579f + b66122d commit 306e3b6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Serve Model
ELSE
SeleniumLibrary.Wait Until Page Does Not Contain Element //div[@id="multi-serving-platform-card"]
SeleniumLibrary.Wait Until Page Does Not Contain Element //div[@id="single-serving-platform-card"]
SeleniumLibrary.Click Button //button[@data-testid="empty-state-action-button"]
Maybe Wait For Dashboard Loading Spinner Page
SeleniumLibrary.Wait Until Element Is Enabled ${DEPLOY_MODEL_BTN}
SeleniumLibrary.Click Button ${DEPLOY_MODEL_BTN}
Expand Down Expand Up @@ -121,7 +120,7 @@ Select Model Server
... Selects the given one
[Arguments] ${model_server}
${selectable}= Run Keyword And Return Status
... Page Should Contain Element xpath://span[.="Model servers"]/../../..//button[@aria-label="Options menu"]
... Wait Until Element Is Visible xpath://span[.="Model servers"]/../../..//button[@aria-label="Options menu"] timeout=1
IF ${selectable}==True
Open Model servers Options Menu # robocop:disable
Click Element xpath://li/button[.="${model_server}"]
Expand Down

0 comments on commit 306e3b6

Please sign in to comment.