From 561bbd2f6105e1e664619f535c1f9db9eab6c4fe Mon Sep 17 00:00:00 2001 From: Fede Alonso Date: Thu, 7 Mar 2024 10:03:17 +0100 Subject: [PATCH] fix: New xpath on model serving runtime selection dropdown (#1257) --- .../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}