-
Notifications
You must be signed in to change notification settings - Fork 114
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
[6.11.z] UI Utils module depreciation and new ui_factory module #12644
[6.11.z] UI Utils module depreciation and new ui_factory module #12644
Conversation
trigger: test-robottelo |
trigger: test-robottelo |
f9a394e
to
89b8bcb
Compare
@jyejare we're not supposed to cherrypick anything to this branch. PRT is failing with checks, so are you going to work on this PR? |
@Gauravtalreja1 Yeah! I mean we have cli and API factory changes made in 6.11 and I dont want to miss just ui factory changes. Will fix and update ! |
Depreciation of UI Utils (cherry picked from commit ab21023)
89b8bcb
to
a2d0434
Compare
trigger: test-robottelo |
1 similar comment
trigger: test-robottelo |
@Gauravtalreja1 The required changes are updated to fix the CI checks tests collection and PRT is ran. PRT failures are not related to the change made in this PR ! |
Cherrypick of PR: #12225
ui_factory
attribute to satellite class, returns the UIFactory class object containing all the UI Factory methods.So now this could be used as
target_sat.ui_factory.ui_method()