Skip to content

Commit

Permalink
adapt serve model kw for 2.5
Browse files Browse the repository at this point in the history
Signed-off-by: bdattoma <[email protected]>
  • Loading branch information
bdattoma committed Dec 5, 2023
1 parent 96d33ec commit c614cdb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ Serve Model
[Arguments] ${project_name} ${model_name} ${framework} ${data_connection_name} ${model_path}
... ${existing_data_connection}=${TRUE} ${model_server}=Model Serving Test
# TODO: Does not work if there's already a model deployed
SeleniumLibrary.Wait Until Page Contains Element //div[@id="model-server"]//table
SeleniumLibrary.Wait Until Page Does Not Contain Element //article[@id="multi-serving-platform-card"]
SeleniumLibrary.Wait Until Page Does Not Contain Element //article[@id="single-serving-platform-card"]
SeleniumLibrary.Wait Until Page Contains Deploy model
SeleniumLibrary.Click Button Deploy model
SeleniumLibrary.Wait Until Page Contains Element xpath://h1[.="Deploy model"]
Expand Down

0 comments on commit c614cdb

Please sign in to comment.