-
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
Updated locators for Verify RHODS Accept Multiple Admin Groups And CR… #2130
Updated locators for Verify RHODS Accept Multiple Admin Groups And CR… #2130
Conversation
@@ -21,7 +21,7 @@ | |||
Add OpenShift Groups To Data Science Administrators | |||
[Documentation] Add OpenShift Groups to Data Science administrators From RHODS Dashboard | |||
[Arguments] @{admin_groups} | |||
Click Button ${ADMIN_GROUPS_SECTION}//button[@aria-label="Options menu"] | |||
Click Button ${ADMIN_GROUPS_SECTION}//button[@aria-label="Select the OpenShift groups that contain all Data Science administrators."] |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
@@ -34,7 +34,7 @@ | |||
Add OpenShift Groups To Data Science User Groups | |||
[Documentation] Add OpenShift Groups to Data Science User From RHODS Dashboard | |||
[Arguments] @{user_groups} | |||
Click Button ${USER_GROUPS_SECTION}//button[@aria-label="Options menu"] | |||
Click Button ${USER_GROUPS_SECTION}//button[@aria-label="Select the OpenShift groups that contain all Data Science users."] |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettings.resource
Fixed
Show fixed
Hide fixed
Robot Results
|
rhoai-test-flow/2063/ passed successfully |
Quality Gate passedIssues Measures |
@@ -55,7 +55,7 @@ | |||
IF ${settings_should_be} | |||
# Wait up to 2 minutes as a workaround for bug RHOAIENG-11116 | |||
Menu.Navigate To Page Settings User management timeout=2m | |||
Wait Until Element Is Visible //button[@aria-label="Options menu"] timeout=10s | |||
Wait Until Element Is Visible //button[@aria-label="Select the OpenShift groups that contain all Data Science administrators."] timeout=10s |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
…D Gets Updates