-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapt Data Science Pipelines tests to changes introduced by Pipeline Experiments #1576
Adapt Data Science Pipelines tests to changes introduced by Pipeline Experiments #1576
Conversation
jgarciao
commented
Jun 28, 2024
•
edited
Loading
edited
- Fixes Pipelines UI test in Smoke and Elyra tests
- Fixes bug in keyword Maybe Wait For Dashboard Spinner
- Speeds up cloning operations in JupterLab
- Tested successfully in rhods-ci-pr-test/3064 (Smoke and Sanity Elyra test, pending testing Tier1)
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
Note: it was always waiting 60s, as the expected string never showed up Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
It was broken due to changes in the xpath Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
... admin_username=${OCP_ADMIN_USER.USERNAME} | ||
... username=${current_user} | ||
... folder=${dir_name} | ||
${status} ${err_msg} = Run Keyword and Ignore Error Clone Repo and Return Error Message ${REPO_URL} |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
... admin_username=${OCP_ADMIN_USER.USERNAME} | ||
... username=${current_user} | ||
... folder=${dir_name} | ||
${status} ${err_msg} = Run Keyword and Ignore Error Clone Repo and Return Error Message ${REPO_URL} |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
Robot Results
|
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>