Skip to content
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

Added coverage for ChangeContentSource action on hosts #1226

Merged

Conversation

LadislavVasina1
Copy link
Contributor

@LadislavVasina1 LadislavVasina1 commented Feb 5, 2024

In this PR I have added coverage for the Change Content Source option that is available to run on the hosts.
I have also fixed some broken locators in the job_invocation file and also extended it for some useful entities.

This PR is necessary for Robottelo#14004.

@LadislavVasina1 LadislavVasina1 added entity Related to entity coverage view Issues related to Views coverage 6.15.z labels Feb 5, 2024
@LadislavVasina1 LadislavVasina1 self-assigned this Feb 5, 2024
@LadislavVasina1 LadislavVasina1 added the CherryPick PR needs CherryPick to previous branches label Feb 5, 2024
@lhellebr
Copy link
Contributor

@LadislavVasina1 This PR broke JobInvocationEntity view.fill action:

wait_for.TimedOutError: Could not do 'function _click()' at /home/lhellebr/git/robottelo/venv/lib64/python3.11/site-packages/widgetastic_patternfly4/dropdown.py:71 in time

That's because the locator of job_template has changed. Specifically, it changed from the field to a mere button. Please, can you make it work again, using the correct data-ouia-component-id?

@LadislavVasina1
Copy link
Contributor Author

@LadislavVasina1 This PR broke JobInvocationEntity view.fill action:

wait_for.TimedOutError: Could not do 'function _click()' at /home/lhellebr/git/robottelo/venv/lib64/python3.11/site-packages/widgetastic_patternfly4/dropdown.py:71 in time

That's because the locator of job_template has changed. Specifically, it changed from the field to a mere button. Please, can you make it work again, using the correct data-ouia-component-id?

Should be fixed by this #1263

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.14.z 6.15.z CherryPick PR needs CherryPick to previous branches entity Related to entity coverage view Issues related to Views coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants