-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add AK update host limit entity #1744
Add AK update host limit entity #1744
Conversation
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
unlimited_content_host_checkbox = Checkbox( | ||
locator='//input[@ng-model="activationKey.unlimited_hosts"]' | ||
) | ||
host_limit_input = TextInput(locator='//input[@ng-model="activationKey.max_hosts"]') | ||
host_limit_save_btn = Text( | ||
locator='//dd[contains(@bst-edit-custom, "activationKey.max_hosts")]//button[@ng-click="save()"]' | ||
) | ||
host_limit_cancel_btn = Text( | ||
locator='//dd[contains(@bst-edit-custom, "activationKey.max_hosts")]//button[@ng-click="cancel()"]' | ||
) |
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.
You can also modify host limit on the new AK page. Would it be appropriate to add support for that here?
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.
I think that new PR would be more appropriate for it
This PR adds an entity that enables modification of the AK host limit and adds some missing view elements.
Dependant PR SatelliteQE/robottelo#17631