-
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
[Stream] Errata-UI: Fix test_positive_host_content_library #14926
[Stream] Errata-UI: Fix test_positive_host_content_library #14926
Conversation
trigger: test-robottelo |
PRT Result
|
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.
Test looks good, but the new airgun method needs to be cleaned up, and will require changes here as well.
eda1a5d
to
5c23ac0
Compare
trigger: test-robottelo |
5c23ac0
to
195fbba
Compare
PRT Result
|
trigger: test-robottelo |
PRT Result
|
195fbba
to
20a3ede
Compare
trigger: test-robottelo |
20a3ede
to
bbfc5c2
Compare
trigger: test-robottelo |
PRT Result
|
Fix conflict with new UI test case.
bbfc5c2
to
d04101d
Compare
trigger: test-robottelo |
PRT Result
|
PRT Result
|
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 comments
Updates for new host, and legacy chost pages Fix conflict with new UI test case. (cherry picked from commit ddd6cca)
…QE#14926) Updates for new host, and legacy chost pages Fix conflict with new UI test case.
Problem Statement
^ Above commit renamed
test_positive_content_host_library
totest_positive_check_errata
,and rewrote as a fundamental quick check of New Host > content > errata details.
So
test_positive_check_errata
it could be a new smaller case, I gave it a unique :id, and madetier2
importance.I think it's still good to retain this PRs changes for
test_positive_host_content_library
, which is searching and reading the full errata tables displayed in UI, for new host and legacy chost.Solution
test_positive_host_content_library
, to reflect that we'll also be checking new host > content > errata tab.PRT Case