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 Satellite Capsule page coverage #1050

Merged
merged 7 commits into from
Dec 8, 2023

Conversation

LadislavVasina1
Copy link
Contributor

In this PR I have added views and entities for Satellite page coverage.

@LadislavVasina1 LadislavVasina1 added entity Related to entity coverage view Issues related to Views coverage CherryPick PR needs CherryPick to previous branches 6.15.z labels Nov 30, 2023
@LadislavVasina1 LadislavVasina1 self-assigned this Nov 30, 2023
@LadislavVasina1 LadislavVasina1 marked this pull request as ready for review November 30, 2023 08:44
Copy link
Contributor

@pondrejk pondrejk left a 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)
Copy link
Contributor

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

Copy link
Contributor Author

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.

Copy link
Contributor

@vsedmik vsedmik left a 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

@vsedmik vsedmik merged commit 8322495 into SatelliteQE:master Dec 8, 2023
github-actions bot pushed a commit that referenced this pull request Dec 8, 2023
* 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)
vsedmik pushed a commit that referenced this pull request Dec 13, 2023
* 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]>
damoore044 pushed a commit to damoore044/airgun that referenced this pull request Jan 12, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

3 participants