From 1582580ce4152c905aa8de27c2db309c170844bb Mon Sep 17 00:00:00 2001 From: Fede Alonso Date: Wed, 17 Apr 2024 12:12:28 +0200 Subject: [PATCH] fix: ODS-2276 and ODS-2279 issues (#1388) --- .../ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource b/ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource index 705a93267..10386b4ca 100644 --- a/ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource +++ b/ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource @@ -92,9 +92,9 @@ 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()} - Click Element xpath://div[@data-testid="custom-serving-runtime-selection"]//button - Wait Until Page Contains Element xpath://a[text()="${platform_link_name}"] - Click Link ${platform_link_name} + Click Button xpath://button[@data-testid="custom-serving-runtime-selection"] + Wait Until Page Contains Element xpath://span[text()="${platform_link_name}"] + Click Element xpath://span[text()="${platform_link_name}"] Select Runtime API Protocol [Documentation] Selects which API protocol for the runtime