Skip to content

Commit

Permalink
fix typo in create_project_btn (#1839)
Browse files Browse the repository at this point in the history
fix typo

Signed-off-by: lugi0 <[email protected]>
  • Loading branch information
lugi0 authored Sep 20, 2024
1 parent 649f2b2 commit 42bd363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ${RESOURCE_INPUT_XP}= xpath=//input[@data-testid="resource-manage-project-mod
${GENERIC_CREATE_BTN_XP}= xpath=//button[text()="Create"]
${GENERIC_CANCEL_BTN_XP}= xpath=//button[text()="Cancel"]
# TODO: Update to latter option once the change is pulled from ODH into downstream!
${PROJECT_CREATE_BTN_XP}= xpath=///button[text()="Create data science project" or text()="Create project"]
${PROJECT_CREATE_BTN_XP}= xpath=//button[text()="Create data science project" or text()="Create project"]
${ACTIONS_BTN_XP}= xpath=//div/button[@aria-label="Actions"]
${DELETE_ACTION_BTN_XP}= xpath=//div/ul/li/button[text()="Delete project"]
${EDIT_ACTION_BTN_XP}= xpath=//div/ul/li/button[text()="Edit project"]
Expand Down

0 comments on commit 42bd363

Please sign in to comment.