Cypress - Assertions
You wrote this Cypress test:
But the test fails even though the popup is hidden. What is the likely problem?
cy.get('.popup').should('not.exist')But the test fails even though the popup is hidden. What is the likely problem?
