Skip to content

Commit

Permalink
[Fix] this fixes the negative test for the Anaconda app integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jstourac committed Oct 15, 2024
1 parent de0998b commit 23ac87e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ods_ci/tests/Resources/Page/ODH/AiApps/Anaconda.resource
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ${ANACONDA_DISPLAYED_NAME}= Anaconda Commercial Edition
${ANACONDA_DISPLAYED_NAME_LATEST}= Anaconda Professional
${ANACONDA_KEY_IN}= Anaconda CE Key
${INVALID_KEY}= abcdef-invalidkey
${ERROR_MSG}= error\nValidation failed\nError attempting to validate. Please check your entries.
${ANACONDA_LICENSE_ERROR_MSG}= Error attempting to validate. Please check your entries.
${VAL_SUCCESS_MSG}= Validation result: 200
${TOKEN_VAL_SUCCESS_MSG}= Success! Your token was validated and Conda has been configured.
${PKG_INSTALL_ERROR_MSG}= Collecting package metadata (current_repodata.json): failed
Expand Down Expand Up @@ -102,8 +102,7 @@ Remove Anaconda Components For Validation
Anaconda Activation Should Have Failed
[Documentation] Checks if the anaconda activation has failed
Capture Page Screenshot anaconda_failed_activation.png
${text}= Get Text xpath://*[@class="pf-c-form__alert"]
Should Be Equal ${text} ${ERROR_MSG}
Page Should Contain ${ANACONDA_LICENSE_ERROR_MSG}

Verify Anaconda Element Present Based On Version
[Documentation] Checks Anaconda input element present based on version.
Expand Down

0 comments on commit 23ac87e

Please sign in to comment.