Closed lwensveen closed 3 years ago
Why does this happen? I get this error every time when I add the cy.get('.button');, but it also happens sometimes when I only visit and check the page using checkA11y
cy.get('.button');
checkA11y
Ahh it seems to be some auth redirect that causes this.
Why does this happen? I get this error every time when I add the
cy.get('.button');
, but it also happens sometimes when I only visit and check the page usingcheckA11y