-
Notifications
You must be signed in to change notification settings - Fork 115
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 UI test for Capsule Content Counts #13351
Conversation
trigger: test-robottelo |
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.
Approve after discussion with @vsedmik explaining that the commented assertions are due to bugs or missing work. They will be uncommented when that hits downstream.
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.
ACK, with one non-blocking typo correction.
|
||
for s_repo in sat_repos: | ||
c_repo = next(r for r in repos_details if r[0] == s_repo.name) | ||
assert c_repo, 'Reposiory not listed' |
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.
assert c_repo, 'Reposiory not listed' | |
assert c_repo, 'Repository not listed' |
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.
ack, pending typo
7925548
to
709a1d7
Compare
resolved typo, rebased |
Problem Statement
UI coverage for Capsule Content Counts (new in 6.15) is missing.
Solution
This PR.
Related Issues
requires SatelliteQE/airgun#1050