Skip to content

Commit

Permalink
uncomment code block
Browse files Browse the repository at this point in the history
Signed-off-by: lugi0 <[email protected]>
  • Loading branch information
lugi0 committed Oct 1, 2024
1 parent d4c2069 commit e6a1013
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ Create Data Science Project
Run Keyword And Warn On Failure Element Should Be Disabled ${GENERIC_CREATE_BTN_XP}
Input Text ${TITLE_INPUT_XP} ${title}
Input Text ${DESCR_INPUT_XP} ${description}
#Run Keyword And Continue On Failure Validate Generated Resource Name project_title=${title}
#IF "${resource_name}" == "${NONE}"
# ${resource_name}= Get Value ${RESOURCE_INPUT_XP}
# ${resource_name}= Generate Unique Namespace ${resource_name}
#END
#Input Text ${RESOURCE_INPUT_XP} ${resource_name}
Run Keyword And Continue On Failure Validate Generated Resource Name project_title=${title}
IF "${resource_name}" == "${NONE}"
${resource_name}= Get Value ${RESOURCE_INPUT_XP}
${resource_name}= Generate Unique Namespace ${resource_name}
END
Input Text ${RESOURCE_INPUT_XP} ${resource_name}
Wait Until Element Is Enabled ${GENERIC_CREATE_BTN_XP}
Click Button ${GENERIC_CREATE_BTN_XP}
Wait Until Generic Modal Disappears
Expand Down

0 comments on commit e6a1013

Please sign in to comment.