-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.17.0
-
No
-
Rejected
-
False
-
pipeline-ci.feature integration tests if flaking sporadically for both console and console operator repositories.
Running: pipeline-ci.feature (1 of 1) [44967:0531/101125.324181:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 45335: Permission denied (13) Couldn't determine Mocha version Logging in as kubeadmin Installing operator: "Red Hat OpenShift Pipelines" 1) "before all" hook for "Background Steps" Deleting "" namespace 0 passing (16s) 1 failing 1) Entire pipeline flow from Builder page "before all" hook for "Background Steps": CypressError: `cy.type()` failed because the page updated as a result of this command, but you tried to continue the command chain. The subject is no longer attached to the DOM, and Cypress cannot requery the page after commands such as `cy.type()`. Common situations why this happens: - Your JS framework re-rendered asynchronously - Your app code reacted to an event firing and removed the element You can typically solve this by breaking up a chain. For example, rewrite: > `cy.get('button').click().should('have.class', 'active')` to > `cy.get('button').as('btn').click()` > `cy.get('@btn').should('have.class', 'active')` https://on.cypress.io/element-has-detached-from-dom Because this error occurred during a `before all` hook we are skipping all of the remaining tests.