Uploaded image for project: 'Red Hat Advanced Cluster Management'
  1. Red Hat Advanced Cluster Management
  2. ACM-4092

Search - auto - search result layout is changed in 2.8

XMLWordPrintable

    • False
    • None
    • False
    • No
    • Moderate

      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`

            cquredhat ChangLiang Qu
            cquredhat ChangLiang Qu
            ACM QE Team
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: