The DOM element that I am clicking on DOES get removed from the DOM after click, but the click() is timing out, there are 2 clicks in the log and the error message describes cy.focus()
Example Code
cy.contains("Jane Lane").click()
cy.contains("a", "Logout").click()
Command Log

The DOM element that I am clicking on DOES get removed from the DOM after click, but the click() is timing out, there are 2 clicks in the log and the error message describes
cy.focus()Example Code
Command Log
