| Summary: | Choosing CV for Host entity put jquery.active into state 1 and never get back | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Oleksandr Shtaier <oshtaier> |
| Component: | WebUI | Assignee: | Partha Aji <paji> |
| WebUI sub component: | Foreman | QA Contact: | Katello QA List <katello-qa-list> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | unspecified | CC: | bbuckingham, omaciel, oshtaier, rplevka |
| Version: | 6.2.0 | Keywords: | PrioBumpQA, Regression, Triaged |
| Target Milestone: | Unspecified | ||
| Target Release: | Unused | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-27 11:28:04 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Oleksandr Shtaier
2016-03-24 14:48:41 UTC
Can be related to https://bugzilla.redhat.com/show_bug.cgi?id=1320495 Oleks, I am not sure exactly what to test for jQuery.active. Is that a response for some ajax call?. I believe a bug related to lifecycle environment and content view was fixed in the recent snap. Can ya retest this part and fail if it still occurs (In reply to Partha Aji from comment #5) > Oleks, > I am not sure exactly what to test for jQuery.active. Is that a response > for some ajax call?. I believe a bug related to lifecycle environment and > content view was fixed in the recent snap. Can ya retest this part and fail > if it still occurs Partha, jquery.active is a jquery function signaling whether there are any ajax calls pending. Our automation is based on selenium webdriver, which relies on output of this function as it typically waits until all the ajax calls are finished before checking for a presence of some element, etc. you can call the .active function yourself by calling $.active from a browser javascript console. The solution for this https://bugzilla.redhat.com/show_bug.cgi?id=1318743 should fix the stated issue also. Moving to on_qa VERIFIED. this works for sat 6.2.0 snap 9.3 # on loading new host dialog $.active 0 # after choosing LCE $.active 0 # after choosing CV $.active 0 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1501 |