From 3c750f7cbe42494100453e94eaf7fb22045bda94 Mon Sep 17 00:00:00 2001 From: Luca Giorgi Date: Tue, 6 Aug 2024 11:34:07 +0200 Subject: [PATCH] fix typo in xpath selection for kserve private/public endpoint (#1694) fix typo in xpath Signed-off-by: lugi0 --- .../Resources/Page/ODH/ODHDashboard/ODHModelServing.resource | 2 +- 1 file changed, 1 insertion(+), 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 2cd236bd8..224fc61ad 100644 --- a/ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHModelServing.resource +++ b/ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHModelServing.resource @@ -441,7 +441,7 @@ Deploy Kserve Model Via UI #robocop: disable # By default this also enables Token Authentication. Let's disable it and let it get re-enable by the next # IF block if needed. ${token_enabled} = Run Keyword And Return Status SeleniumLibrary.Checkbox Should Be Selected - ... xpath=${TOKEN_AUTH_CHECKBOX_XP} + ... ${TOKEN_AUTH_CHECKBOX_XP} IF ${token_enabled} Disable Token Authentication ELSE