-
Notifications
You must be signed in to change notification settings - Fork 81
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
RHOAIENG-11849 Refactor is required for edit DSP form #1964
RHOAIENG-11849 Refactor is required for edit DSP form #1964
Conversation
|
Robot Results
|
@@ -456,8 +456,7 @@ Check Resource Name Should Be Immutable | |||
[Documentation] Checks if the Resource Name is not editable | |||
[Arguments] ${project_title} | |||
ODHDashboard.Click Action From Actions Menu item_title=${project_title} item_type=project action=Edit | |||
Wait Until Page Contains Element ${RESOURCE_INPUT_XP} | |||
Element Should Be Disabled ${RESOURCE_INPUT_XP} | |||
Page Should Not Contain Element ${RESOURCE_INPUT_XP} |
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.
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.
so the xpath for ${RESOURCE_INPUT_XP} is used for creating a project test, and the changes for ODS-2112 test is to check that its not there when editing a project. WYT ?
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.
Okay, got it. Since we were testing presence of the Element before, I would expect that apart from this Should Not Contain Element, we would also have another Should Contain Element with the xpath to the expected field that is there now.
But I'm not gonna block this.
This fixes an automation bug due to UI changes for Sanity test ODS-2112
Tested on: /devops/job/rhoai-test-flow/1018