From 0ace36875b253547fffc9758214a7aec62ec11f8 Mon Sep 17 00:00:00 2001 From: Fede Alonso Date: Wed, 6 Mar 2024 16:11:09 +0100 Subject: [PATCH] fix: New xpath on model serving runtime selection dropdown --- .../Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource b/ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource index 0867f77c3..e4e024372 100644 --- a/ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource +++ b/ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource @@ -92,6 +92,6 @@ Select Model Serving Platform [Documentation] Selects which model serving platform the serving runtime could be executed on [Arguments] ${platform}="both" ${platform_link_name}= Get From Dictionary ${PLATFORM_NAMES_MAPPING} ${platform.lower()} - SeleniumLibrary.Click Element css:div#custom-serving-runtime-selection > button + SeleniumLibrary.Click Element xpath://div[@data-testid="custom-serving-runtime-selection"]//button SeleniumLibrary.Wait Until Page Contains Element xpath://a[text()="${platform_link_name}"] SeleniumLibrary.Click Link ${platform_link_name}