-
Bug
-
Resolution: Done
-
Major
-
None
-
ACM 2.8.0
-
False
-
None
-
False
-
-
-
Moderate
-
No
tests/02-search/06-ui-features.spec.js
RHACM4K-16965: Search: Verify search UI features
RHACM4K-16965: Search: Make queries to get resources back:
CypressError: Timed out retrying after 50000ms: `cy.should()` failed because this element is detached from the DOM.
`<section class="pf-c-page__main-section">...</section>`
Cypress requires elements be attached in the DOM to interact with them.
The previous command that ran was:
> `cy.get()`
This DOM element likely became detached somewhere between the previous and current command.
Common situations why this happens:
- Your JS framework re-rendered asynchronously
- Your app code reacted to an event firing and removed the element
You typically need to re-query for the element or add 'guards' which delay Cypress from running new commands.
[https://on.cypress.io/element-has-detached-from-dom|https://on.cypress.io/element-has-detached-from-dom%1B[0m%1B[90m]
2.8 - result is in the separated setion of `Show related resources`
2.7 - result in the same section as `Show related resources`
- account is impacted by
-
ACM-4121 [ACM QE] Observability - ACM 2.8 Train 02 (Global Sprint 2023 - 03) QE Work Items
- Closed