Skip to content

Commit

Permalink
[Fix] the project selector on the pipelines page
Browse files Browse the repository at this point in the history
  • Loading branch information
jstourac committed Oct 14, 2024
1 parent a33838e commit 4b49c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ods_ci/tests/Tests/0500__ide/0502__ide_elyra.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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}"]

0 comments on commit 4b49c03

Please sign in to comment.