-
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
Added Satellite Capsule page coverage #1050
Added Satellite Capsule page coverage #1050
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.
one non-blocking comment, otherwise nice work
view = CreateCapsuleView(self.browser) | ||
view.fill(values) | ||
view.submit.click() | ||
view = CapsulesView(self.browser) |
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.
Is there a reason for reassigning the view variable here? Maybe there is, just seems puzzling to me, especially if we are not returning it
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.
From my experience, it's better when this type of entity ends with the same view as it started for better usage of multiple entities.
ae89a59
to
0755931
Compare
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, tested locally and works like a magic.
Also used by SatelliteQE/robottelo#13351
* Added Satellite Capsule page coverage * Precommit ran * precommit2 * Added entities for capusle syncing * Added entity enabling refresh of lce counts * Added some entities * Added code to read sync status icon (cherry picked from commit 8322495)
* Added Satellite Capsule page coverage * Precommit ran * precommit2 * Added entities for capusle syncing * Added entity enabling refresh of lce counts * Added some entities * Added code to read sync status icon (cherry picked from commit 8322495) Co-authored-by: Ladislav Vašina <[email protected]>
* Added Satellite Capsule page coverage * Precommit ran * precommit2 * Added entities for capusle syncing * Added entity enabling refresh of lce counts * Added some entities * Added code to read sync status icon
In this PR I have added views and entities for Satellite page coverage.