From c614cdb0c3285984c69280dc5e828cf289a84777 Mon Sep 17 00:00:00 2001 From: bdattoma Date: Tue, 5 Dec 2023 11:29:15 +0100 Subject: [PATCH] adapt serve model kw for 2.5 Signed-off-by: bdattoma --- .../Resources/Page/ODH/ODHDashboard/ODHModelServing.resource | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHModelServing.resource b/ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHModelServing.resource index 57f72fd66..b569157fc 100644 --- a/ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHModelServing.resource +++ b/ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHModelServing.resource @@ -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"]