See https://github.com/cypress-io/cypress/issues/5827 Current workaround is to use a `cy.get('#someElement').should('be.visible')` followed by a short `cy.wait()`
See cypress-io/cypress#5827
Current workaround is to use a
cy.get('#someElement').should('be.visible')followed by a shortcy.wait()