-
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
[E2E] Recalculate applicability before UI session, fix navigation failure #14095
[E2E] Recalculate applicability before UI session, fix navigation failure #14095
Conversation
trigger: test-robottelo |
PRT Result
|
UI Failure navigating to |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
c07c5cc
to
eaa2951
Compare
trigger: test-robottelo |
PRT Result
|
eaa2951
to
6f93e0d
Compare
…lure (SatelliteQE#14095) Recalculate applicability before session, fix nav failure.
Problem Statement
UI::Errata::test_end_to_end[rhel7, 8, 9]
.AssertionError
, now failing to navigate to[Details]
at Ln405:
assert session.contenthost.search_content_hosts(...)
The page is blank when the test fails,
assert
does not give the method enough time for a loaded page.Also put up a very small change for the
search_content_hosts()
method- Airgun#1240.Solution
session.contenthost .errata
methods, store the method result as a variable, giving time in case the page is slow, UI elements are not loaded yet.Then assert upon the variable (typically some sort of response) or expected outcome (generated task(s) etc).
PRT Case