From a8b9a5dea47f6c08b070ef5bd2a709b9491153f7 Mon Sep 17 00:00:00 2001 From: Jan Stourac Date: Mon, 14 Oct 2024 17:06:15 +0200 Subject: [PATCH] [Fix] the project selector on the pipelines page --- ods_ci/tests/Tests/0500__ide/0502__ide_elyra.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ods_ci/tests/Tests/0500__ide/0502__ide_elyra.robot b/ods_ci/tests/Tests/0500__ide/0502__ide_elyra.robot index a400c105a..614f0ab72 100644 --- a/ods_ci/tests/Tests/0500__ide/0502__ide_elyra.robot +++ b/ods_ci/tests/Tests/0500__ide/0502__ide_elyra.robot @@ -134,7 +134,7 @@ Verify Hello World Pipeline Elements Select Pipeline Project By Name [Documentation] Select the project by project name [Arguments] ${project_name} - ${project_menu}= Set Variable xpath://*[@data-testid="project-selector-dropdown"] + ${project_menu}= Set Variable xpath://*[@data-testid="project-selector-toggle"] Wait until Element is Visible ${project_menu} timeout=20 Click Element ${project_menu} Click Element xpath://*[@role="menuitem" and string()="${project_name}"]